Skip to content

Commit b9d5639

Browse files
authored
Update README.md
1 parent fd1510c commit b9d5639

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -198,9 +198,10 @@ This is a collection of algorithms and data structures which I've implement over
198198
+ using additional storage (a StringBuilder)
199199
+ using in-place symetric element compares
200200
* Subsets of characters in a String
201-
* Edit (Levenshtein) Distance of two Strings
201+
* Edit (Levenshtein) Distance of two Strings (Recursive, Iterative)
202+
* [Manacher's algorithm] (src/com/jwetherell/algorithms/strings/Manacher.java)
202203
* [KMP (Knuth–Morris–Pratt) Algorithm - Length of maximal prefix-suffix for each prefix](src/com/jwetherell/algorithms/strings/KnuthMorrisPratt.java)
203204
* [String rotations](src/com/jwetherell/algorithms/strings/Rotation.java)
204-
+ Findin lexicographically minimal string rotation
205-
+ Findin lexicographically maximal string rotation
205+
+ Find in lexicographically minimal string rotation
206+
+ Find in lexicographically maximal string rotation
206207

0 commit comments

Comments
 (0)