about summary refs log tree commit diff
path: root/scratch/deepmind/part_two/find-rotation-point.ts
AgeCommit message (Collapse)AuthorFilesLines
2020-03-10 Solve InterviewCake's "find rotation point" problemWilliam Carroll1-0/+68
Write a function that accepts a rotated cycle of alphabetically sorted strings and returns the index what should be the first element if the elements were not rotated.