mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-02-13 23:46:33 +08:00
Updating data_structures/reverse_a_linked_list.cpp
Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
@@ -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
|
||||
* @param node pointer for traversing the list.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user