Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 490 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 490 Bytes

Maze

To visualize how graph search algorithms escape a maze

Description

The application generates a maze by N x M size. As well, it provides some graph traversal algorithms, such as dfs, bfs, and a* search algorithm in order to display how those algorithms work.

Preview

maze preview

References