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

Go to the source code of this file.

Classes

class  gl::algorithm::BFS< Graph >
 Class that provides Graph traversal using the BFS scheme. More...
 

Namespaces

 gl
 
 gl::algorithm