chore: rename the singly linked list file name

pull/61/head^2
Ming Tsai 2021-02-06 11:18:22 -04:00
parent 417ccc66ef
commit 8840298fe7
3 changed files with 10 additions and 2 deletions

View File

@ -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)