acmpesuecc / maze_solver

MIT License
1 stars 0 forks source link

Implement a solving algorithm #4

Closed gall1frey closed 3 years ago

gall1frey commented 3 years ago

Implement a solving algorithm to solve the mazes. Keep in mind, some of these could have loops (and one or more solutions). Remember to choose an algorithm that can handle loops

gall1frey commented 3 years ago

Implemented.