mirror of
https://hub.njuu.cf/TheAlgorithms/C-Plus-Plus.git
synced 2023-10-11 13:05:55 +08:00
Update data_structures/reverse_a_linked_list.cpp
Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
parent
7cb21c9123
commit
55de9f9ddc
@ -50,7 +50,7 @@ void create(Node **head, int n) {
|
||||
}
|
||||
/**
|
||||
* function displays all the elements in the list
|
||||
* @returns 'void'
|
||||
* @returns void
|
||||
* @param node pointer for traversing the list.
|
||||
*/
|
||||
void printList(Node *node) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user