Skip to content

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

Notifications You must be signed in to change notification settings

DamianUduevbo/MazeSolver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages