Search code examples
algorithmshortest-pathpath-finding

Pathfinding Algorithm Name


Looking at https://en.wikipedia.org/wiki/Pathfinding, two algorithms are described, followed by a "sample algorithm", which is not named.

My question:

What is the name of the algorithm described under the section " sample algorithm "?


Solution

  • This looks like a breadth first search