Skip to content
Alec Clews edited this page Feb 27, 2017 · 7 revisions

This wiki provides general information on maze solving techniques in Python.

The original implementation is by Dr Mike Pound to support the Maze Solving video on the Computerphile YouTube channel. You should view the video before proceeding further.

The code provides examples of maze solving using a variety of algorithms, including:

Clone this wiki locally