Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 412 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 412 Bytes

Maze-Solver

A visualizer for graph traversal algorithms such as Breadth First Search, Depth First Search, A* Search, etc. developed using HTML, CSS, JavaScript, and Python.

To do:

  • Draw sequence, architecture, and/or use-case diagrams
  • Code a Flask server.
  • Code BFS, DFS, and A* in Python.
  • Develop the front-end using p5.js.
  • Integrate the front-end and the back-end.