Modern desktop GUI implementation of the Data Structures Smart Traffic Management System Simulator.
npm install
npm run devFor a production build:
npm run build
npm startFor tests:
npm test- Weighted city graph visualization.
- Dijkstra normal vehicle routing.
- A* emergency vehicle routing with signal override.
- Congestion monitoring with road-level severity.
- Dynamic signal green-time adjustment.
- Accident and road-closure simulation.
- All-simple-path route exploration.
- Simulation logs and performance metrics.
Sample CSVs are bundled under public/data. Original attached CSVs remain at the project root.