Skip to content

dddat1017/Bidirectional-Dijkstra

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bidirectional-Dijkstra

About

Implementation of the Bidirectional Dijktra's algorithm to solve shortest-path problems on any weighted directed graph.

Setup

Read over graph/Graph.h to understand the requirements for your graph. Derive a subclass from Graph and override the pure virtual functions.

For an example, take a look at graph/WeightedDirectedGraph.h and graph/test_weighteddirectedgraph.cpp. Run make to test it out.

Change/update graph/Makefile if necessary.

About

Implementation of the Bidirectional Dijktra's algorithm to solve shortest path problems on any weighted directed graph.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published