Skip to content

Commit f921adf

Browse files
committed
Update.
1 parent 71a354d commit f921adf

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

README

+8-6
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,23 @@
44
### Description
55
The purpose of this library is to help you with common algorithms like:
66

7-
String matching
8-
- Naive
9-
- Rabin-Karp
10-
- Knuth-Morris-Pratt
11-
- Boyer-Moore-Horspool
7+
A* path finding.
128

139
Binary tree
14-
- node and tree class
10+
- node class
1511
- lookup
1612
- insert
1713
- delete
1814
- compare 2 trees
1915
- print tree
2016
- tree inorder generator
2117

18+
String matching
19+
- Naive
20+
- Rabin-Karp
21+
- Knuth-Morris-Pratt
22+
- Boyer-Moore-Horspool
23+
2224
### Installation
2325
Get the source and run
2426

0 commit comments

Comments
 (0)