Skip to content
Jacob Mitchell 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:

If you're interested in sharing enhancements, consider making a fork and mentioning it on the forks page.

Clone this wiki locally