Algorithms_in_C++  1.0.0
Set of algorithms implemented in C++.
graph::RootedTree Member List

This is the complete list of members for graph::RootedTree, including all inherited members.

Graph(size_t N, const std::vector< std::pair< int, int > > &undirected_edges)graph::Graphinline
levelgraph::RootedTree
neighborsgraph::Graph
number_of_vertices() constgraph::Graphinline
parentgraph::RootedTree
populate_parents()graph::RootedTreeinlineprotected
rootgraph::RootedTree
RootedTree(const std::vector< std::pair< int, int > > &undirected_edges, int root_)graph::RootedTreeinline