jostbr / pymaze

A maze generator, solver and visualizer for Python
MIT License
272 stars 63 forks source link

Mixed filenames in examples dir #27

Closed jostbr closed 6 years ago

jostbr commented 6 years ago

Filenames examples/solve_breadth_first_recursive.py and examples/solve_depth_first_recursive.py seem to be reversed. In particular, the former solves the maze with depth-first and the latter with breadth-first.