close
Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

Readme.md

String Rotation

Find out if a string is a rotation of another string. E.g. ABCD is a rotation of BCDA but not ACBD.

Source

Reddit