Skip to content

Implementation of Dijkstra's Algorithm to find the shortest path from a particular vertex to any other in the graph data structure. The project involves the use of adjacency list data structures implemented with a vector of nodes linked in lists, stacks, maps and vector of map entrees (pairs), highly effective data structures in terms of perform…

Notifications You must be signed in to change notification settings

aslamovamir/Dijkstra-s-Algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Dijkstra-s-Algorithm

Implementation of Dijkstra's Algorithm to find the shortest path from a particular vertex to any other in the graph data structure. The project involves the use of adjacency list data structures implemented with a vector of nodes linked in lists, stacks, maps and vector of map entrees (pairs), highly effective data structures in terms of performance. The program implements higher-order abstract data structures, and object-oriented design principles.

About

Implementation of Dijkstra's Algorithm to find the shortest path from a particular vertex to any other in the graph data structure. The project involves the use of adjacency list data structures implemented with a vector of nodes linked in lists, stacks, maps and vector of map entrees (pairs), highly effective data structures in terms of perform…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages