Skip to content

Commit ad50838

Browse files
committed
Updated Readme
1 parent 0353461 commit ad50838

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Python/README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
## Table of Contents
55

66
### Data Structures
7-
* [Arrays](https://github.com/FarheenB/Data-Structures-and-Algorithms/tree/main/Java/soln-array-problems)
8-
* [Linked Lists](https://github.com/FarheenB/Data-Structures-and-Algorithms/tree/main/Java/soln-linkedlist-problems)
9-
* [Stacks](https://github.com/FarheenB/Data-Structures-and-Algorithms/tree/main/Java/soln-stack-problems)
10-
* [Trees](https://github.com/FarheenB/Data-Structures-and-Algorithms/tree/main/Java/soln-tree-problems)
11-
* [Binary Trees](https://github.com/FarheenB/Data-Structures-and-Algorithms/tree/main/Java/soln-tree-binary-problems)
12-
* [Segment Trees](https://github.com/FarheenB/Data-Structures-and-Algorithms/tree/main/Java/soln-tree-segment-problems)
13-
* [Trie](https://github.com/FarheenB/Data-Structures-and-Algorithms/tree/main/Java/soln-tree-problems)
14-
* [Graphs](https://github.com/FarheenB/Data-Structures-and-Algorithms/tree/main/Java/soln-graph-problems)
15-
* [Heaps](https://github.com/FarheenB/Data-Structures-and-Algorithms/tree/main/Java/soln-heap-problems)
7+
* [Arrays](https://github.com/FarheenB/Data-Structures-and-Algorithms/tree/main/Python/soln-array-problems)
8+
* [Linked Lists](https://github.com/FarheenB/Data-Structures-and-Algorithms/tree/main/Python/soln-linkedlist-problems)
9+
* [Stacks](https://github.com/FarheenB/Data-Structures-and-Algorithms/tree/main/Python/soln-stack-problems)
10+
* [Trees](https://github.com/FarheenB/Data-Structures-and-Algorithms/tree/main/Python/soln-tree-problems)
11+
* [Binary Trees](https://github.com/FarheenB/Data-Structures-and-Algorithms/tree/main/Python/soln-tree-binary-problems)
12+
* [Segment Trees](https://github.com/FarheenB/Data-Structures-and-Algorithms/tree/main/Python/soln-tree-segment-problems)
13+
* [Trie](https://github.com/FarheenB/Data-Structures-and-Algorithms/tree/main/Python/soln-tree-problems)
14+
* [Graphs](https://github.com/FarheenB/Data-Structures-and-Algorithms/tree/main/Python/soln-graph-problems)
15+
* [Heaps](https://github.com/FarheenB/Data-Structures-and-Algorithms/tree/main/Python/soln-heap-problems)

0 commit comments

Comments
 (0)