aa919129f2
* fixed incorrect links * added singly list Data structure * removed semi-column * added doubly linked list * added doubly linked list * docs: update linked list index add python double linked list in the linked list inded Co-authored-by: Arsenic <54987647+Arsenic-ATG@users.noreply.github.com> |
||
---|---|---|
.. | ||
Python | ||
c-or-cpp | ||
java | ||
js | ||
README.md |
README.md
Linked Lists
C or C++
- Singly Linked List
- Reversing Linked List
- Doubly Linked List
- Circular Linked List
- Insertion Linked List
- Josephus Problem Using Circular Linked List