Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 455 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 455 Bytes

Maze Generation and Search

This project explores Maze Generation Algorithms and Maze Search Algorithms You can see it here: https://fjakovljevic.github.io/maze/

Generation Algorithms:

  • Iterative Depth First Search
  • Randomized Kruskal
  • Recursive Division

Search Algorithms:

  • A* Search
  • Breadth First Search
  • Depth First Search

Instalation

  • download the files and run index.html

License

  • This project is licensed under the MIT License