Skip to content

This project explores Maze Generation Algorithms and Maze Search Algorithms

Notifications You must be signed in to change notification settings

FJakovljevic/maze_algorithms_js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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