Skip to content

Commit 9b05b2e

Browse files
committed
Updated README following removal of some algos.
1 parent ba47ae4 commit 9b05b2e

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

README.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,6 @@ The purpose of this library is to help you with common algorithms like:
66

77
A* path finding.
88

9-
Binary tree
10-
- lookup.
11-
- insert.
12-
- delete.
13-
- compare 2 trees.
14-
- print tree.
15-
- tree inorder generator.
16-
179
String Matching
1810
- Naive.
1911
- Rabin-Karp.
@@ -27,12 +19,6 @@ String
2719
Generators
2820
- Permutations.
2921

30-
Lists
31-
- Subset with highest sum.
32-
- Find integer in sorted list.
33-
- Merge sort.
34-
- Quicksort.
35-
3622
### Installation
3723
Get the source and run
3824

0 commit comments

Comments
 (0)