chore: reanme reverse-linkedlist to reverse

pull/71/head
Ming Tsai 2021-02-09 09:29:45 -04:00
parent 6526860e53
commit 998ddff4e5
2 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
### C or C++
1. [Singly Linked List](c-or-cpp/singly.cpp)
2. [Reversing Linked List](c-or-cpp/reverse-linkedlist.cpp)
2. [Reversing Linked List](c-or-cpp/reverse.cpp)
2. [Doubly Linked List](c-or-cpp/doubly.cpp)