@@ -9,26 +9,23 @@ git clone https://github.com/whoparthgarg/Data-Structures-and-Algorithms.git
99```
1010
1111## Contents:
12- 1 ) Mathematics
13- 2 ) Bit Magic
14- 3 ) Recursion
15- 4 ) Arrays
16- 5 ) Searching
17- 6 ) Sorting
18- 7 ) Matrix
19- 8 ) Hashing
20- 9 ) Strings
21- 10 ) Linked List
22- 11 ) Stack
23- 12 ) Queue
24- 13 ) Deque
25- 14 ) Binary Tree
26- 15 ) Binary Search Tree
27- 16 ) Heap
28- 17 ) Graph
29- 18 ) Greedy
30- 19 ) Backtracking
31- 20 ) Dynamic Programming
32- 21 ) Trie
33- 22 ) Segment and Binary Indexed Trees
34- 23 ) Disjoint Set
12+ 1 ) [ Mathematics] ( https://github.com/whoparthgarg/Data-Structures-and-Algorithms/tree/main/01.%20Mathematics )
13+ 2 ) [ Bit Magic] ( https://github.com/whoparthgarg/Data-Structures-and-Algorithms/tree/main/02.%20Bit%20Manipulation )
14+ 3 ) [ Recursion] ( https://github.com/whoparthgarg/Data-Structures-and-Algorithms/tree/main/03.%20Recursion )
15+ 4 ) [ Arrays] ( https://github.com/whoparthgarg/Data-Structures-and-Algorithms/tree/main/04.%20Arrays )
16+ 5 ) [ Searching] ( https://github.com/whoparthgarg/Data-Structures-and-Algorithms/tree/main/05.%20Searching )
17+ 6 ) [ Sorting] ( https://github.com/whoparthgarg/Data-Structures-and-Algorithms/tree/main/06.%20Sorting )
18+ 7 ) [ Matrix] ( https://github.com/whoparthgarg/Data-Structures-and-Algorithms/tree/main/07.%20Matrix )
19+ 8 ) [ Hashing] ( https://github.com/whoparthgarg/Data-Structures-and-Algorithms/tree/main/08.%20Hashing )
20+ 9 ) [ Strings] ( https://github.com/whoparthgarg/Data-Structures-and-Algorithms/tree/main/09.%20Strings )
21+ 10 ) [ Linked List] ( https://github.com/whoparthgarg/Data-Structures-and-Algorithms/tree/main/10.%20Linked%20List )
22+ 11 ) [ Stack] ( https://github.com/whoparthgarg/Data-Structures-and-Algorithms/tree/main/11.%20Stacks )
23+ 12 ) [ Queue] ( https://github.com/whoparthgarg/Data-Structures-and-Algorithms/tree/main/12.%20Queue )
24+ 13 ) [ Deque] ( https://github.com/whoparthgarg/Data-Structures-and-Algorithms/tree/main/13.%20Deque )
25+ 14 ) [ Binary Tree] ( https://github.com/whoparthgarg/Data-Structures-and-Algorithms/tree/main/14.%20Binary%20Tree )
26+ 15 ) [ Binary Search Tree] ( https://github.com/whoparthgarg/Data-Structures-and-Algorithms/tree/main/15.%20Binary%20Search%20Tree )
27+ 16 ) [ Heap] ( https://github.com/whoparthgarg/Data-Structures-and-Algorithms/tree/main/16.%20Heaps )
28+ 17 ) [ Graph] ( https://github.com/whoparthgarg/Data-Structures-and-Algorithms/tree/main/17.%20Graphs )
29+ 18 ) [ Greedy] ( https://github.com/whoparthgarg/Data-Structures-and-Algorithms/tree/main/18.%20Greedy%20Algorithms )
30+ 19 ) [ Backtracking] ( https://github.com/whoparthgarg/Data-Structures-and-Algorithms/tree/main/19.%20Backtracking )
31+ 20 ) [ Dynamic Programming] ( https://github.com/whoparthgarg/Data-Structures-and-Algorithms/tree/main/20.%20Dynamic%20Programming )
0 commit comments