diff options
author | William Carroll <wpcarro@gmail.com> | 2020-02-21T11·30+0000 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2020-02-21T11·30+0000 |
commit | 0dd39878210616911d720178b091a2e8a5810d26 (patch) | |
tree | 582eb228d1be1ce96e904e8f2fc5f7e995b8dc5e /scratch/deepmind/part_two/todo.org | |
parent | 6895b8b1efeb33211dcd77f038224d818d1b511a (diff) |
Solve InterviewCake's inflight-entertainment problem
Write a predicate that tests whether two films in a list of films can exactly fill the duration of a flight.
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 e734c23abdb8..a51ee9c59017 100644 --- a/scratch/deepmind/part_two/todo.org +++ b/scratch/deepmind/part_two/todo.org @@ -5,7 +5,7 @@ ** DONE Merge Sorted Arrays ** DONE Cafe Order Checker * Hashing and hash tables -** TODO Inflight Entertainment +** DONE Inflight Entertainment ** TODO Permutation Palindrome ** TODO Word Cloud Data ** TODO Top Scores |