|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Spanning tree generation algorithms. More...
Go to the source code of this file.
Classes | |
| class | Aleph::Find_Depth_First_Spanning_Tree< GT, SA > |
| Compute a depth-first spanning tree of a graph. More... | |
| class | Aleph::Find_Breadth_First_Spanning_Tree< GT, SA > |
| Compute a breadth-first spanning tree of a graph. More... | |
| class | Aleph::Build_Spanning_Tree< GT > |
| Build a spanning tree from an array of arcs. More... | |
Namespaces | |
| namespace | Aleph |
| Main namespace for Aleph-w library functions. | |
Spanning tree generation algorithms.
Constructs spanning trees using DFS or BFS traversal. For minimum spanning trees, see Prim.H and Kruskal.H.
Definition in file tpl_spanning_tree.H.