You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Minimum rotations for Lexicographically lowest sequence
This was a hackerrank question I found about and the implementation was done by myself.
Rotations are done to find the minimum lexicographical value and the number of rotations is returned.
About
Minimum rotations for Lexicographically lowest sequence