Skip to content

Commit f1860fe

Browse files
committed
Updated README to match the current list of algos.
1 parent abf8c3a commit f1860fe

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,14 @@ String
1919
Generators
2020
- Permutations.
2121

22+
Lists
23+
- Find integer using binary search.
24+
- Find subset with max sum.
25+
- Merge sort.
26+
- Quicksort.
27+
28+
Binary tree
29+
2230
### Tests
2331

2432
$ ./pants test ::

0 commit comments

Comments
 (0)