acmpesuecc / maze_solver

MIT License
1 stars 0 forks source link

Add new functionality #7

Open gall1frey opened 3 years ago

gall1frey commented 3 years ago

Use the same class to generate mazes instead? Generating mazes isn't all that different from solving them, each cell is basically its own graph. You just have to join them in a way that it becomes a maze. You could use different algorithms like Prim's, Kruskals, or backtracking Bounty points: 80 Brownie points: +50