From 0f82a527de0f6701021c106f108b5a8145f9226d Mon Sep 17 00:00:00 2001 From: William Carroll Date: Sat, 14 Mar 2020 12:20:43 +0000 Subject: [PATCH] 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. --- scratch/deepmind/part_two/todo.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scratch/deepmind/part_two/todo.org b/scratch/deepmind/part_two/todo.org index 5506b6e96..473973c41 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