diff options
author | William Carroll <wpcarro@gmail.com> | 2020-02-20T15·20+0000 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2020-02-20T15·20+0000 |
commit | 66c38f86564a2338b265f0e4f2e913f2e8416c59 (patch) | |
tree | 06f53b586e5ee419b49ada153e6836b0fbde91c8 /scratch/deepmind/part_two/todo.org | |
parent | 737bdd0a230b034d5dbd1c288902a9650ac3bd95 (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.org | 2 |
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 |