From 3a6a7bb0c73070fee7772a32e6db9a31945175ec Mon Sep 17 00:00:00 2001 From: Benjamin Kyd Date: Mon, 4 Feb 2019 20:27:31 +0000 Subject: [PATCH] More ideas --- C++/todo.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/C++/todo.txt b/C++/todo.txt index 18b6ca7..ab75431 100644 --- a/C++/todo.txt +++ b/C++/todo.txt @@ -2,6 +2,9 @@ - [ ] Forward kinematics - [ ] Inverse kinematics +- [ ] Maze generation +- [ ] Flood fill search algorithm +- [ ] A* Search - [x] Simple pendulum - [ ] Double pendulum - [x] Doom fire algorithm