clementmihailescu / Pathfinding-Visualizer

A visualization tool for various pathfinding algorithms.
1.69k stars 499 forks source link

Add visualization for Iterative deepening depth for search #8

Open muddlebee opened 3 years ago

muddlebee commented 3 years ago

https://en.wikipedia.org/wiki/Iterative_deepening_depth-first_search

@clementmihailescu is this a good idea to add? Can I work on the same?