about summary refs log tree commit diff
path: root/scratch/deepmind/part_two/todo.org
diff options
context:
space:
mode:
authorWilliam Carroll <wpcarro@gmail.com>2020-03-09T17·13+0000
committerWilliam Carroll <wpcarro@gmail.com>2020-03-10T13·27+0000
commit58ed992059aeeee3fc4320821f052d7f412aed2e (patch)
treecd44b942da39a05270c759c61000f116eecb9416 /scratch/deepmind/part_two/todo.org
parentb929a6bb57a3e57e5bdacb12146bb28a57579f9c (diff)
Solve InterviewCake's "find rotation point" problem
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.
Diffstat (limited to 'scratch/deepmind/part_two/todo.org')
-rw-r--r--scratch/deepmind/part_two/todo.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/scratch/deepmind/part_two/todo.org b/scratch/deepmind/part_two/todo.org
index 228dd08ef3f6..aeb890de5579 100644
--- a/scratch/deepmind/part_two/todo.org
+++ b/scratch/deepmind/part_two/todo.org
@@ -16,7 +16,7 @@
 ** DONE Cafe Order Checker
 ** DONE In-Place Shuffle
 * Sorting, searching, and logarithms
-** TODO Find Rotation Point
+** DONE Find Rotation Point
 ** TODO Find Repeat, Space Edition
 ** TODO Top Scores
 ** TODO Merging Meeting Times