mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-05-06 04:53:30 +08:00
Update data_structures/reverse_a_linked_list.cpp
Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
@@ -77,8 +77,7 @@ void reverseList(Node **head) {
|
||||
*head = prev;
|
||||
}
|
||||
/**
|
||||
* Main function:
|
||||
* Allows the user add ,display and reverse values from the list.
|
||||
* @brief Main function
|
||||
* @returns 0 on exit
|
||||
*/
|
||||
int main() {
|
||||
|
||||
Reference in New Issue
Block a user