mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-02-03 18:46:50 +08:00
Update data_structures/reverse_a_linked_list.cpp
Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user