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

  1. Random movement algorithm
  2. Hand-on-Wall rule (works If the maze is simply connected)
  3. Pledge algorithm
  4. Trémaux's algorithm