Skip to content

Commit daeb80a

Browse files
committed
Readme update
1 parent 856b42b commit daeb80a

File tree

1 file changed

+14
-16
lines changed

1 file changed

+14
-16
lines changed

README.md

Lines changed: 14 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -4,35 +4,33 @@ This is just a collection of algorithms I wanted to implement in order to improv
44

55
Here is the complete list ::
66

7-
## DP
87

9-
## Geometry
8+
1. [CP](https://github.com/harrypotter0/algorithms-in-python/tree/master/CP)
109

11-
## Trees
10+
2. [TREES](https://github.com/harrypotter0/algorithms-in-python/tree/master/tree)
1211

13-
## Union_find
12+
3. [STRINGS](https://github.com/harrypotter0/algorithms-in-python/tree/master/string)
1413

15-
## String
14+
4. [RECURSION](https://github.com/harrypotter0/algorithms-in-python/tree/master/recursion)
1615

17-
## Recursion
16+
5. [ARRAY](https://github.com/harrypotter0/algorithms-in-python/tree/master/array)
1817

19-
## Sorting and Basics
18+
6. [DP](https://github.com/harrypotter0/algorithms-in-python/tree/master/dynamic)
2019

21-
## Arrays
20+
7. [GEOMETRY](https://github.com/harrypotter0/algorithms-in-python/tree/master/geometry)
2221

23-
## Graphs
22+
8. [GRAPH](https://github.com/harrypotter0/algorithms-in-python/tree/master/graph)
2423

25-
## Testing
24+
9. [HEAPS](https://github.com/harrypotter0/algorithms-in-python/tree/master/heaps)
2625

27-
## Heaps
26+
10. [LISTS](https://github.com/harrypotter0/algorithms-in-python/tree/master/lists)
2827

29-
## CP
28+
11. [DATA-STRUCTURES](#)
3029

31-
## Data-Structures
30+
12. [UNION-FIND](https://github.com/harrypotter0/algorithms-in-python/tree/master/union_find)
3231

33-
## Lists
34-
35-
## Miscellaneous
32+
13. [SORTING AND BASICS](https://github.com/harrypotter0/algorithms-in-python/tree/master/sorting%20and%20basics)
3633

34+
14. [MISC](https://github.com/harrypotter0/algorithms-in-python/tree/master/misc)
3735

3836

0 commit comments

Comments
 (0)