/ROUTE-FINDING

a route finding application in c++

Primary LanguageC++MIT LicenseMIT

ROUTE-FINDING

a route finding application in c++ this project uses the dijkstra as well as bellman ford algorithm , basically to find the shortest path between two vertices . With including of real time application of dijkstra like the metro route finder here also we have vertex as stations and there edge as distance between those connected stations or vertices , and as like real time there is also the line changing like from red line to blue line or etc in path you can create , update , delete , print the vertices and edges . All this is done using c++ and stl libraries .

Screenshot from 2023-11-13 15-57-35