19 lines
462 B
Markdown
19 lines
462 B
Markdown
# Linked Lists
|
|
|
|
### C or C++
|
|
|
|
1. [Singly Linked List](c-or-cpp/singly.cpp)
|
|
2. [Reversing Linked List](c-or-cpp/reverse.cpp)
|
|
2. [Doubly Linked List](c-or-cpp/doubly.cpp)
|
|
3. [Circular Linked List](c-or-cpp/circular.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)
|
|
|
|
### Java
|
|
|
|
1. [Singly Linked List](java/singly.cpp)
|
|
|
|
### Java
|
|
|
|
1. [Singly Linked List](js/singly.cpp)
|