Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 189 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 189 Bytes

maze-paths

Create random maze of specified size with only one path from any place in the maze to the exit.

Run it with python mazepaths.py

Based on Kruskal's Algorithm for Graphs