Skip to content

Commit ce866a7

Browse files
committed
Update Readme.md
1 parent 4d45faa commit ce866a7

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

+11
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,17 @@ In this repo I upload everything I do related to data structures and algorithm t
99

1010
:negative_squared_cross_mark: : If the implementation incomplete or untested.
1111

12+
## Table of Contents
13+
* Coding Solution
14+
* [Interview Related](https://github.com/sushant097/Data-Structure-Algorithms-Collections-Python/tree/master/coding_solutions)
15+
* Data Structure Related
16+
* [LinkedList Related](https://github.com/sushant097/Data-Structure-Algorithms-Collections-Python/tree/master/coding_solutions/DataStructure_related/LinkedList)
17+
18+
* Data Structure & ALgorithm Implementation
19+
* [Linked List](#linked-list)
20+
* [Tree](#tree)
21+
22+
1223
# Linked List
1324
* :white_check_mark: [LinkedList](https://github.com/sushant097/Data-Structure-Algorithms-Collections-Python/blob/master/LinkedList/LinkedList.py)
1425
* :white_check_mark: [Circular LinkedList](https://github.com/sushant097/Data-Structure-Algorithms-Collections-Python/blob/master/LinkedList/CircularSinglyLinkedList.py)

0 commit comments

Comments
 (0)