Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
DFSSpanningTreeTest Class Reference
Inheritance diagram for DFSSpanningTreeTest:
[legend]
Collaboration diagram for DFSSpanningTreeTest:
[legend]

Protected Types

using Graph = ListGraph
 

Protected Attributes

Graph g
 
Graph tree
 

Detailed Description

Definition at line 78 of file tpl_spanning_tree_test.cc.

Member Typedef Documentation

◆ Graph

Definition at line 81 of file tpl_spanning_tree_test.cc.

Member Data Documentation

◆ g

Graph DFSSpanningTreeTest::g
protected

Definition at line 82 of file tpl_spanning_tree_test.cc.

◆ tree

Graph DFSSpanningTreeTest::tree
protected

Definition at line 83 of file tpl_spanning_tree_test.cc.


The documentation for this class was generated from the following file: