Maze Solving Algorithms: Difference between revisions
From wikiluntti
(Created page with "== Introduction == # Random movement algorithm # Hand-on-Wall rule (works If the maze is simply connected) # Pledge algorithm # == == == == == == == ==") |
|||
| Line 4: | Line 4: | ||
# Hand-on-Wall rule (works If the maze is simply connected) | # Hand-on-Wall rule (works If the maze is simply connected) | ||
# Pledge algorithm | # Pledge algorithm | ||
# | # Trémaux's algorithm | ||
== == | == == | ||
Revision as of 15:34, 5 April 2026
Introduction
- Random movement algorithm
- Hand-on-Wall rule (works If the maze is simply connected)
- Pledge algorithm
- Trémaux's algorithm