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

Protected Types

using Graph = ListGraph
 

Protected Attributes

Graph g
 
Graph tree
 

Detailed Description

Definition at line 86 of file tpl_spanning_tree_test.cc.

Member Typedef Documentation

◆ Graph

Definition at line 89 of file tpl_spanning_tree_test.cc.

Member Data Documentation

◆ g

Graph BFSSpanningTreeTest::g
protected

Definition at line 90 of file tpl_spanning_tree_test.cc.

◆ tree

Graph BFSSpanningTreeTest::tree
protected

Definition at line 91 of file tpl_spanning_tree_test.cc.


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