|
GraphLibrary
0.0.1
A simple library that implements various graph algorithms.
|
#include "../structures/Graph.hpp"Go to the source code of this file.
Namespaces | |
| gl | |
| gl::algorithm | |
Functions | |
| template<class Graph > | |
| Graph::idx_list_t | gl::algorithm::degrees (const Graph &graph) |
| Computes the out-degrees of all nodes in a graph. More... | |