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