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:
parent
ea4bf1ba96
commit
0f82a527de
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue