diff options
author | William Carroll <wpcarro@gmail.com> | 2020-03-13T16·51+0000 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2020-03-13T16·51+0000 |
commit | a2a5a62836aa8cc629b7ba07bd125fabd6520cb2 (patch) | |
tree | dea23249b946379214e8e08ddacd1000924f38a1 /scratch/deepmind/part_two/todo.org | |
parent | 2695eae15da2df407f6c111af0930b4bcd9c5515 (diff) |
Solve InterviewCake's top-scores problem
Write a function to sort a list of scores for a game in linear time. While I had previously solved this in python, I hadn't marked the todo.org file, so I ended up doing this again. "Perfect practice makes perfect."
Diffstat (limited to 'scratch/deepmind/part_two/todo.org')
-rw-r--r-- | scratch/deepmind/part_two/todo.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scratch/deepmind/part_two/todo.org b/scratch/deepmind/part_two/todo.org index aeb890de5579..5506b6e96b76 100644 --- a/scratch/deepmind/part_two/todo.org +++ b/scratch/deepmind/part_two/todo.org @@ -18,7 +18,7 @@ * Sorting, searching, and logarithms ** DONE Find Rotation Point ** TODO Find Repeat, Space Edition -** TODO Top Scores +** DONE Top Scores ** TODO Merging Meeting Times * Trees and graphs ** TODO Balanced Binary Tree |