chore: rename the singly linked list file name
parent
417ccc66ef
commit
8840298fe7
|
@ -1,5 +1,13 @@
|
|||
# Linked Lists
|
||||
|
||||
### c or c++
|
||||
### C or C++
|
||||
|
||||
1. [Singly Linked List](c-or-cpp/SinglyLinkedList.cpp)
|
||||
1. [Singly Linked List](c-or-cpp/singly.cpp)
|
||||
|
||||
### Java
|
||||
|
||||
1. [Singly Linked List](java/singly.cpp)
|
||||
|
||||
### Java
|
||||
|
||||
1. [Singly Linked List](js/singly.cpp)
|
||||
|
|
Loading…
Reference in New Issue