Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 237 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 237 Bytes

MazeSolver

This project generates a maze using Kruskal's algorithm, and solves it using the BFS and DFS search algorithms.

Controls

  • D - Solve using Depth First Search
  • B - Solve using Breadth First Search
  • R - Regenerate a maze