about summary refs log tree commit diff
path: root/scratch/deepmind/part_two/todo.org
diff options
context:
space:
mode:
authorWilliam Carroll <wpcarro@gmail.com>2020-02-24T16·24+0000
committerWilliam Carroll <wpcarro@gmail.com>2020-03-01T22·32+0000
commit93d654df779c580e1755e66078975838b6845904 (patch)
tree1058cb1e448d35d180f0a90d3e31e9175f653007 /scratch/deepmind/part_two/todo.org
parent6249e19cdc2a44664e7b06d35ff0af91eca640b9 (diff)
Solve InterviewCake permutation-palindrome problem
Write a predicate to test whether any permutation of an input string is a
palindrome.
Diffstat (limited to 'scratch/deepmind/part_two/todo.org')
-rw-r--r--scratch/deepmind/part_two/todo.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/scratch/deepmind/part_two/todo.org b/scratch/deepmind/part_two/todo.org
index a51ee9c59017..a710e05b83b8 100644
--- a/scratch/deepmind/part_two/todo.org
+++ b/scratch/deepmind/part_two/todo.org
@@ -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