File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 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 )
You can’t perform that action at this time.
0 commit comments