Skip to content

Dijkstra's shortest path algorithm using Boost graph library

Notifications You must be signed in to change notification settings

LKolonias/Dijkstra-algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Dijkstra algorithm

Implementation and comparison of Dijkstra's and A* shortest path algorithms for the needs of the course Advanced Topics Algorithms Implementation Technologies in Department of Computer Engineering & Informatics, University of Patras.

Header file algorithms.hpp contains the following algorithms:

  1. Dijkstra's shortest path algorithm
  2. A* algorithm

as well as variables for which store the vertices which have been visited by each algorithm and time consumed.


Instructions:
make
./project

(Note that LEDA and Boost libraries are essential. Please edit LEDAROOT and BOOSTROOT variables in Makefile to declare the path of the libraries. )

About

Dijkstra's shortest path algorithm using Boost graph library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published