Skip to content

Pal8304/just-another-graph-visualizer

Repository files navigation

Just Another Graph Visualizer

A graph visualizer with capabilities to simulate various Computer Network Algorithms like Flooding and Distance Vector Routing.

Features

  • Visualize Graphs
  • Simulate Flooding
  • Simulate Distance Vector Routing
  • Add and Remove Nodes
  • Add and Remove Edges

Installation

  1. Clone the repository
  2. Install the dependencies
bun i
  1. Run the application
bun dev