|
2 | 2 |
|
3 | 3 | ## Algorithms |
4 | 4 |
|
5 | | -1. Searching Algorithms. |
6 | | - 1. [Binary Search - both Recursive and Iterative Approach.](Searching%20Algorithm/binarysearch.py) |
7 | | -2. Sorting Algorithms. |
8 | | - 1. [Sorting Algorithms Code.](Sorting%20Algorithms/sortingAlgo.py) |
9 | | - 2. [Random Numbers for Input.](Sorting%20Algorithms/num.txt) |
| 5 | +1. Searching Algorithms |
| 6 | + 1. [Binary Search - both Recursive and Iterative Approach](Searching%20Algorithm/binarysearch.py) |
| 7 | +2. Sorting Algorithms |
| 8 | + 1. [Index](Sorting%20Algorithms/README.md) |
| 9 | + 2. [Sorting Algorithms Code](Sorting%20Algorithms/sortingAlgo.py) |
| 10 | + 3. [Random Numbers for Input](Sorting%20Algorithms/num.txt) |
10 | 11 |
|
11 | 12 | ## Data Structures |
12 | 13 |
|
13 | | -1. [Linked List.](/Linked%20List/linkedlist.py) |
14 | | -2. [Circular Linked List.](Linked%20List/circularLL.py) |
| 14 | +1. [Linked List](/Linked%20List/linkedlist.py) |
| 15 | +2. [Circular Linked List](Linked%20List/circularLL.py) |
0 commit comments