2021-01-30 12:27:49 +00:00
|
|
|
# Linked Lists
|
|
|
|
|
2021-02-06 15:18:22 +00:00
|
|
|
### C or C++
|
2021-01-30 12:27:49 +00:00
|
|
|
|
2021-02-06 15:18:22 +00:00
|
|
|
1. [Singly Linked List](c-or-cpp/singly.cpp)
|
2021-02-09 13:29:45 +00:00
|
|
|
2. [Reversing Linked List](c-or-cpp/reverse.cpp)
|
2021-02-06 15:18:22 +00:00
|
|
|
|
2021-02-09 13:24:16 +00:00
|
|
|
2. [Doubly Linked List](c-or-cpp/doubly.cpp)
|
|
|
|
|
|
|
|
3. [Circular Linked List](c-or-cpp/circular.cpp)
|
|
|
|
|
2021-02-11 20:25:00 +00:00
|
|
|
2. [Doubly Linked List](c-or-cpp/doubly.cpp)
|
|
|
|
|
|
|
|
3. [Circular Linked List](c-or-cpp/circular.cpp)
|
|
|
|
|
2021-02-06 15:18:22 +00:00
|
|
|
### Java
|
|
|
|
|
|
|
|
1. [Singly Linked List](java/singly.cpp)
|
|
|
|
|
|
|
|
### Java
|
|
|
|
|
|
|
|
1. [Singly Linked List](js/singly.cpp)
|