Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 299 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 299 Bytes

maze

Create and solve fun maze problems through this simple Processing 3 utility! A naive implementation of DFS solver is included. Note that teh given solution is suboptimal as the algorithm stops as soon as it finds a solution.

Demo below: