|
10 | 10 | ## Index
|
11 | 11 |
|
12 | 12 | - III. Data Structures
|
13 |
| - - [10. Elementary Data Structures](https://github.com/ramanaditya/data-structure-and-algorithms/tree/master/CLRS/10-Elementary-Data-Structures) |
| 13 | + - [10. Elementary Data Structures](https://github.com/ramanaditya/data-structure-and-algorithms/tree/main/CLRS/10-Elementary-Data-Structures) |
14 | 14 |
|
15 | 15 | | Question No | Solution |
|
16 | 16 | | :---: | :--- |
|
17 |
| - | 10.1-1 | [Python](https://github.com/ramanaditya/data-structure-and-algorithms/blob/master/CLRS/10-Elementary-Data-Structures/10-1-1.py) | |
18 |
| - | 10.1-2 | [Python](https://github.com/ramanaditya/data-structure-and-algorithms/blob/master/CLRS/10-Elementary-Data-Structures/10-1-2.py) | |
19 |
| - | 10.1-3 | [Python](https://github.com/ramanaditya/data-structure-and-algorithms/blob/master/CLRS/10-Elementary-Data-Structures/10-1-3.py) | |
20 |
| - | 10.1-4 | [Python](https://github.com/ramanaditya/data-structure-and-algorithms/blob/master/CLRS/10-Elementary-Data-Structures/10-1-4.py) | |
21 |
| - | 10.2-1 | [Python](https://github.com/ramanaditya/data-structure-and-algorithms/blob/master/CLRS/10-Elementary-Data-Structures/10-2-1.py) | |
22 |
| - | 10.2-2 | [Python](https://github.com/ramanaditya/data-structure-and-algorithms/blob/master/CLRS/10-Elementary-Data-Structures/10-2-2.py) | |
| 17 | + | 10.1-1 | [Python](https://github.com/ramanaditya/data-structure-and-algorithms/blob/main/CLRS/10-Elementary-Data-Structures/10-1-1.py) | |
| 18 | + | 10.1-2 | [Python](https://github.com/ramanaditya/data-structure-and-algorithms/blob/main/CLRS/10-Elementary-Data-Structures/10-1-2.py) | |
| 19 | + | 10.1-3 | [Python](https://github.com/ramanaditya/data-structure-and-algorithms/blob/main/CLRS/10-Elementary-Data-Structures/10-1-3.py) | |
| 20 | + | 10.1-4 | [Python](https://github.com/ramanaditya/data-structure-and-algorithms/blob/main/CLRS/10-Elementary-Data-Structures/10-1-4.py) | |
| 21 | + | 10.2-1 | [Python](https://github.com/ramanaditya/data-structure-and-algorithms/blob/main/CLRS/10-Elementary-Data-Structures/10-2-1.py) | |
| 22 | + | 10.2-2 | [Python](https://github.com/ramanaditya/data-structure-and-algorithms/blob/main/CLRS/10-Elementary-Data-Structures/10-2-2.py) | |
23 | 23 |
|
24 |
| - - [12. Binary Search Trees](https://github.com/ramanaditya/data-structure-and-algorithms/tree/master/CLRS/12-Binary-Search-Trees) |
| 24 | + - [12. Binary Search Trees](https://github.com/ramanaditya/data-structure-and-algorithms/tree/main/CLRS/12-Binary-Search-Trees) |
25 | 25 |
|
26 | 26 | | Question No | Solution |
|
27 | 27 | | :---: | :--- |
|
28 |
| - | 12.1-1 | [Markdown](https://github.com/ramanaditya/data-structure-and-algorithms/blob/master/CLRS/12-Binary-Search-Trees/12-1-1.md) | |
29 |
| - | 12.1-3 | [Python](https://github.com/ramanaditya/data-structure-and-algorithms/blob/master/CLRS/12-Binary-Search-Trees/12-1-3.py) | |
| 28 | + | 12.1-1 | [Markdown](https://github.com/ramanaditya/data-structure-and-algorithms/blob/main/CLRS/12-Binary-Search-Trees/12-1-1.md) | |
| 29 | + | 12.1-3 | [Python](https://github.com/ramanaditya/data-structure-and-algorithms/blob/main/CLRS/12-Binary-Search-Trees/12-1-3.py) | |
30 | 30 |
|
31 | 31 | - VI. Graph Algorithms
|
32 |
| - - [22. Elementary Graph Algorithms](https://github.com/ramanaditya/data-structure-and-algorithms/tree/master/CLRS/22-Elementary-Graph-Algorithms/) |
| 32 | + - [22. Elementary Graph Algorithms](https://github.com/ramanaditya/data-structure-and-algorithms/tree/main/CLRS/22-Elementary-Graph-Algorithms/) |
33 | 33 | | Question No | Solution |
|
34 | 34 | | :---: | :--- |
|
35 |
| - | 22.1-1 | [Python](https://github.com/ramanaditya/data-structure-and-algorithms/blob/master/CLRS/22-Elementary-Graph-Algorithms/22-1-1.py) | |
| 35 | + | 22.1-1 | [Python](https://github.com/ramanaditya/data-structure-and-algorithms/blob/main/CLRS/22-Elementary-Graph-Algorithms/22-1-1.py) | |
36 | 36 |
|
0 commit comments