Content deleted Content added
→Booth's Algorithm: Fixed to much nicer implementation |
m Bot: link syntax/spacing |
||
Line 1:
In [[computer science]], the '''lexicographically minimal string rotation''' or '''lexicographically least circular substring''' is the problem of finding the rotation of a [[String (computer science)|string]] possessing the lowest [[
| author = Kellogg S. Booth
| last2 = Colbourn | first2 = Charles J.
Line 14:
| issn = 0097-5397 }}
</ref>
A common implementation trick when dealing with circular strings is to concatenate the string to itself instead of having to perform [[
==Algorithms==
|