Skip to content

Map Navigation system in C using Dijkstra's algorithm

Notifications You must be signed in to change notification settings

S-H-R-E-Y-A-123/MapNavigation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

This project implements a Map Navigation System using graph data structures and algorithms in C. It features functionalities such as finding the shortest path between cities using Dijkstra's algorithm, simulating weather conditions and traffic patterns, estimating travel time for different transport modes (Car, Flight, Train), and dynamically removing roads. The system represents cities and roads with an adjacency matrix and offers an interactive menu for real-time updates and user navigation. This project showcases the practical application of data structures and algorithms in solving real-world problems.

About

Map Navigation system in C using Dijkstra's algorithm

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages