Maze Solving Algorithms

From wikiluntti
Revision as of 15:21, 5 April 2026 by Mol (talk | contribs) (Created page with "== Introduction == # Random movement algorithm # Hand-on-Wall rule (works If the maze is simply connected) # Pledge algorithm # == == == == == == == ==")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Introduction

  1. Random movement algorithm
  2. Hand-on-Wall rule (works If the maze is simply connected)
  3. Pledge algorithm