Content deleted Content added
GliderMaven (talk | contribs) →Trémaux's algorithm: not guaranteed to find the shortest route |
→Shortest path algorithm: Better grammar Tags: Mobile edit Mobile web edit |
||
Line 127:
== Shortest path algorithm ==
[[File:MAZE 40x20 DFS no deadends.png|thumb|A maze with many solutions and no dead-ends, where it may be useful to find the shortest path]]
When a maze has multiple solutions, the solver may want to find the shortest path from start to finish. There are several algorithms to find shortest paths, most of them coming from [[graph theory]]. One
==See also==
|