As the world is becoming more interconnected, finding the right path is more important than ever...
Algorithms that find paths in a network of nodes are indispensable part of modern world, from everyday networking to cutting-edge aritificial intelligence.
This is a place where you can learn about them and experiment with them, but most importantly, have fun.
You might want to visit our help page before you start. If you think you are ready to go, jump to the Algorithms section.
Iterative deepening depth-first search combines approaches of breadth-first and depth-first searches.
It searches until it reaches maximum depth which is increased in every iteration.