Skip to content
This repository was archived by the owner on Dec 12, 2023. It is now read-only.

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