Last semester, I delved into a Data Structures and Algorithms course with a hunger for visualizing complex algorithms and data structures.
While I found some success using [grid-based search visualizers](https://i.imgur.com/4jQwRHu.png), my desire for a versatile graph search visualizer persisted.
So, I decided to create one. Now, it not only supports generic graph search visualization but also tackles challenges like the traveling salesman problem and various other graph-based algorithms.
The API is straightforward. The `graphViz` module provides granular access at the node and edge levels within a given `Graph` object, allowing you to dynamically alter colors while running your graph-based algorithm.
For a more in-depth understanding, I've put together:
- [A detailed walkthrough of recent updates](https://youtu.be/BKF-PEgd1PA) - [A concise overview of the initial version](https://youtu.be/kNGsOoWh9fM)
I'd love for you to check out the [GitHub Repo](https://github.com/gyanantaran/searchViz) and share your thoughts with me. Your feedback is highly valued!