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-02-20T15·20+0000
committerWilliam Carroll <wpcarro@gmail.com>2020-02-20T15·20+0000
commit66c38f86564a2338b265f0e4f2e913f2e8416c59 (patch)
tree06f53b586e5ee419b49ada153e6836b0fbde91c8 /scratch/deepmind/part_two/todo.org
parent737bdd0a230b034d5dbd1c288902a9650ac3bd95 (diff)
Solve InterviewCake's cafe-order-checker problem
Write a predicate that tests if a given list of integers, zs, is a possible
interleaving of two other lists, xs and ys.
Diffstat (limited to 'scratch/deepmind/part_two/todo.org')
-rw-r--r--scratch/deepmind/part_two/todo.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/scratch/deepmind/part_two/todo.org b/scratch/deepmind/part_two/todo.org
index 8e23a6d5b985..e734c23abdb8 100644
--- a/scratch/deepmind/part_two/todo.org
+++ b/scratch/deepmind/part_two/todo.org
@@ -3,7 +3,7 @@
 ** DONE Reverse String in Place
 ** DONE Reverse Words
 ** DONE Merge Sorted Arrays
-** TODO Cafe Order Checker
+** DONE Cafe Order Checker
 * Hashing and hash tables
 ** TODO Inflight Entertainment
 ** TODO Permutation Palindrome