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-14T12·20+0000
committerWilliam Carroll <wpcarro@gmail.com>2020-03-14T12·20+0000
commit0f82a527de0f6701021c106f108b5a8145f9226d (patch)
treecddf8c50fcdac7c1379fb4eb7b7487e3cd23e285 /scratch/deepmind/part_two/todo.org
parentea4bf1ba96a201b5583bd44220d476d3bc3091e7 (diff)
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.
Diffstat (limited to 'scratch/deepmind/part_two/todo.org')
-rw-r--r--scratch/deepmind/part_two/todo.org4
1 files changed, 2 insertions, 2 deletions
diff --git a/scratch/deepmind/part_two/todo.org b/scratch/deepmind/part_two/todo.org
index 5506b6e96b76..473973c415fc 100644
--- a/scratch/deepmind/part_two/todo.org
+++ b/scratch/deepmind/part_two/todo.org
@@ -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