Skip to content

shrey1216/Road-Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Road-Calculator

The provided code is a menu-based program that operates on a hashmap containing cities and roads. It allows users to perform various actions, such as printing the list of cities and roads, generating a minimum spanning tree, calculating the shortest path using Dijkstra's algorithm, and quitting the program. The code provides a user-friendly interface to interact with the data structure and perform essential operations related to cities, roads, and path calculations.