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:
parent
737bdd0a23
commit
66c38f8656
2 changed files with 65 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue