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.
This commit is contained in:
William Carroll 2020-02-20 15:20:58 +00:00
parent 737bdd0a23
commit 66c38f8656
2 changed files with 65 additions and 1 deletions

View file

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