Mark duplicate InterviewCake questions as DONE

I wrongfully assumed that the relationship between a question and a question
category was one-to-one; it is actually one-to-many. This explains why I
completed the "Cafe Order Checker" and "Top Scores" questions twice.

I'm marking the questions that I've completed as DONE because I would prefer to
do every question once and then prioritize repeating the questions with which I
experienced difficulty.
This commit is contained in:
William Carroll 2020-03-14 12:20:43 +00:00
parent ea4bf1ba96
commit 0f82a527de

View file

@ -19,7 +19,7 @@
** DONE Find Rotation Point
** TODO Find Repeat, Space Edition
** DONE Top Scores
** TODO Merging Meeting Times
** DONE Merging Meeting Times
* Trees and graphs
** TODO Balanced Binary Tree
** TODO Binary Search Tree Checker
@ -59,7 +59,7 @@
* Combinatorics, probability, and other math
** TODO Which Appears Twice
** TODO Find in Ordered Set
** TODO In-Place Shuffle
** DONE In-Place Shuffle
** TODO Simulate 5-sided die
** TODO Simulate 7-sided die
** TODO Two Egg Problem