fix: numbering in linked-list index (#92)
parent
1018546897
commit
7d9f810c06
|
@ -4,17 +4,10 @@
|
||||||
|
|
||||||
1. [Singly Linked List](c-or-cpp/singly.cpp)
|
1. [Singly Linked List](c-or-cpp/singly.cpp)
|
||||||
2. [Reversing Linked List](c-or-cpp/reverse.cpp)
|
2. [Reversing Linked List](c-or-cpp/reverse.cpp)
|
||||||
|
|
||||||
2. [Doubly Linked List](c-or-cpp/doubly.cpp)
|
2. [Doubly Linked List](c-or-cpp/doubly.cpp)
|
||||||
|
|
||||||
3. [Circular Linked List](c-or-cpp/circular.cpp)
|
|
||||||
|
|
||||||
2. [Doubly Linked List](c-or-cpp/doubly.cpp)
|
|
||||||
|
|
||||||
3. [Circular Linked List](c-or-cpp/circular.cpp)
|
3. [Circular Linked List](c-or-cpp/circular.cpp)
|
||||||
4. [Insertion Linked List](c-or-cpp/all-possible-insertion.cpp)
|
4. [Insertion Linked List](c-or-cpp/all-possible-insertion.cpp)
|
||||||
|
5. [Josephus Problem Using Circular Linked List](c-or-cpp/josephus-problem.c)
|
||||||
4. [Josephus Problem Using Circular Linked List](c-or-cpp/josephus-problem.c)
|
|
||||||
|
|
||||||
### Java
|
### Java
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue