Solve InterviewCake permutation-palindrome problem

Write a predicate to test whether any permutation of an input string is a
palindrome.
This commit is contained in:
William Carroll 2020-02-24 16:24:16 +00:00
parent 6249e19cdc
commit 93d654df77
2 changed files with 38 additions and 1 deletions

View file

@ -6,7 +6,7 @@
** DONE Cafe Order Checker
* Hashing and hash tables
** DONE Inflight Entertainment
** TODO Permutation Palindrome
** DONE Permutation Palindrome
** TODO Word Cloud Data
** TODO Top Scores
* Greedy Algorithms