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.
This commit is contained in:
William Carroll 2020-02-21 11:30:01 +00:00
parent 6895b8b1ef
commit 0dd3987821
2 changed files with 86 additions and 1 deletions

View file

@ -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