A graph visualizer with capabilities to simulate various Computer Network Algorithms like Flooding and Distance Vector Routing.
- Visualize Graphs
- Simulate Flooding
- Simulate Distance Vector Routing
- Add and Remove Nodes
- Add and Remove Edges
- Clone the repository
- Install the dependencies
bun i
- Run the application
bun dev