Skip to content

This project represents a map of flights that connect different cities and find shortest paths using Dijkstra's algorithm.

Notifications You must be signed in to change notification settings

baonguyen96/FlightGraph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flights Graph

Language: C#

This project represents a map of flights that connect different cities. Each city is a vertex, and each flight is an edge in the graph. It utilizes Dijkstra's algorithm to find the 3 shortest paths (either by time duration, or by total distance) between a given 2 cities.

About

This project represents a map of flights that connect different cities and find shortest paths using Dijkstra's algorithm.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages