GraphLibrary  0.0.1
A simple library that implements various graph algorithms.
 All Classes Namespaces Files Functions Variables Typedefs Macros
Dijkstra.hpp File Reference
#include "../gl_base.hpp"
#include <queue>

Go to the source code of this file.

Classes

class  gl::algorithm::Dijkstra< Graph >
 Class that computes Dijkstra's Shortest Paths algorithm. More...
 

Namespaces

 gl::algorithm