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.