Skip to content

Commit 279d113

Browse files
Updated Readme
1 parent 70f63a5 commit 279d113

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

README.md

+8-7
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,14 @@
22

33
## Algorithms
44

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)
1011

1112
## Data Structures
1213

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

Comments
 (0)