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