Skip to content

Commit df4289c

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -199,9 +199,9 @@ This is a collection of algorithms and data structures which I've implement over
199199
+ using in-place symetric element compares
200200
* Subsets of characters in a String
201201
* Edit (Levenshtein) Distance of two Strings (Recursive, Iterative)
202-
* [Manacher's algorithm] (src/com/jwetherell/algorithms/strings/Manacher.java)
203-
* [KMP (Knuth–Morris–Pratt) Algorithm - Length of maximal prefix-suffix for each prefix](src/com/jwetherell/algorithms/strings/KnuthMorrisPratt.java)
204-
* [String rotations](src/com/jwetherell/algorithms/strings/Rotation.java)
202+
### [Manacher's algorithm](src/com/jwetherell/algorithms/strings/Manacher.java)
203+
### [KMP (Knuth–Morris–Pratt) Algorithm - Length of maximal prefix-suffix for each prefix](src/com/jwetherell/algorithms/strings/KnuthMorrisPratt.java)
204+
### [String rotations](src/com/jwetherell/algorithms/strings/Rotation.java)
205205
+ Find in lexicographically minimal string rotation
206206
+ Find in lexicographically maximal string rotation
207207

0 commit comments

Comments
 (0)