Skip to content

Commit

Permalink
Readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
harrypotter0 committed Jan 28, 2018
1 parent 856b42b commit daeb80a
Showing 1 changed file with 14 additions and 16 deletions.
30 changes: 14 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,35 +4,33 @@ This is just a collection of algorithms I wanted to implement in order to improv

Here is the complete list ::

## DP

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

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

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

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

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

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

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

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

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

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

## CP
11. [DATA-STRUCTURES](#)

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

## Lists

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

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


0 comments on commit daeb80a

Please sign in to comment.