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."
This commit is contained in:
William Carroll 2020-03-13 16:51:38 +00:00
parent 2695eae15d
commit a2a5a62836
2 changed files with 59 additions and 1 deletions

View file

@ -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