bfs.h File Reference
#include <queue>
#include <alglib/graph/graph_property.h>

Go to the source code of this file.

Namespaces

 alglib
 
 alglib::graph
 

Functions

template<typename GraphType , typename OutputIter >
OutputIter alglib::graph::_single_bfs (const GraphType &G, const typename GraphType::vertex_type &start, vertex_property< GraphType, bool > &visited, OutputIter dest)
 
template<typename GraphType , typename OutputIter >
OutputIter alglib::graph::single_bfs (const GraphType &G, const typename GraphType::vertex_type &start, OutputIter dest)
 
template<typename GraphType , typename OutputIter >
OutputIter alglib::graph::bfs (const GraphType &G, const typename GraphType::vertex_type &start, OutputIter dest)
 
template<typename GraphType , typename OutputIter >
OutputIter alglib::graph::bfs (const GraphType &G, OutputIter dest)