We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f48163 commit 7cb7ce0Copy full SHA for 7cb7ce0
README.md
@@ -179,4 +179,7 @@ This is a collection of algorithms and data structures which I've implement over
179
* Subsets of characters in a String
180
* Edit (Levenshtein) Distance of two Strings
181
* KMP (Knuth–Morris–Pratt) Algorithm - Length of maximal prefix-suffix for each prefix
182
+* String rotations
183
+ + Findin lexicographically minimal string rotation
184
+ + Findin lexicographically maximal string rotation
185
0 commit comments