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-03-06T17·54+0000
committerWilliam Carroll <wpcarro@gmail.com>2020-03-06T18·45+0000
commitb04b1dafd2834570c53dc99eed07a309071ed40f (patch)
tree45971ed7ccc4404a0051c6d803c6b7988a622662 /scratch/deepmind/part_two/todo.org
parenta9ac4f925b8d8c52915e5f1f4419d5570086cd8a (diff)
Implement an in-place shuffling algorithm
I believe this may be the Fisher-Yates shuffle, but I'm not sure.
Diffstat (limited to 'scratch/deepmind/part_two/todo.org')
-rw-r--r--scratch/deepmind/part_two/todo.org4
1 files changed, 2 insertions, 2 deletions
diff --git a/scratch/deepmind/part_two/todo.org b/scratch/deepmind/part_two/todo.org
index 078613611618..228dd08ef3f6 100644
--- a/scratch/deepmind/part_two/todo.org
+++ b/scratch/deepmind/part_two/todo.org
@@ -13,8 +13,8 @@
 ** DONE Apple Stocks
 ** DONE Highest Product of 3
 ** DONE Product of All Other Numbers
-** TODO Cafe Order Checker
-** TODO In-Place Shuffle
+** DONE Cafe Order Checker
+** DONE In-Place Shuffle
 * Sorting, searching, and logarithms
 ** TODO Find Rotation Point
 ** TODO Find Repeat, Space Edition