Class GraphUtils
java.lang.Object
GraphUtils
- Author:
- Dr. Lillis
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) static GraphThe graph used for DFS Tree Test 1.(package private) static GraphThe graph used for DFS Tree Test 2.(package private) static GraphThe graph used for DFS Tree Test 3.(package private) static GraphSolution to DFS Tree Test 1.(package private) static GraphSolution to BFS Tree Test 2.(package private) static GraphSolution to BFS Tree Test 3.(package private) static Graph(package private) static GraphSolution to DFS Tree Test 1.(package private) static GraphSolution to DFS Tree Test 2.(package private) static GraphSolution to DFS Tree Test 3.(package private) static Graphstatic boolean(package private) static Graph(package private) static Graphstatic Graphstar6()(package private) static Graphwheel6()
-
Constructor Details
-
GraphUtils
public GraphUtils()
-
-
Method Details
-
star6
-
wheel6
-
connected10
-
disconnected10
-
isolated5
-
isolated1
-
BFS_DFS_Tree_Test1
The graph used for DFS Tree Test 1. -
DFS_Tree_Test1_SOL
Solution to DFS Tree Test 1. This is the tree returned by DFS tree when given the "BFS_DFS_Tree_Test1" and starting at vertex "G" -
BFS_Tree_Test1_SOL
Solution to DFS Tree Test 1. This is the tree returned by DFS tree when given the "BFS_DFS_Tree_Test1" and starting at vertex "G" -
BFS_DFS_Tree_Test2
The graph used for DFS Tree Test 2. -
DFS_Tree_Test2_SOL
Solution to DFS Tree Test 2. This is the tree returned by DFS tree when given the "BFS_DFS_Tree_Test2" and starting at vertex "G" -
BFS_Tree_Test2_SOL
Solution to BFS Tree Test 2. This is the tree returned by BFS tree when given the "BFS_DFS_Tree_Test2" and starting at vertex "G" -
BFS_DFS_Tree_Test3
The graph used for DFS Tree Test 3. -
DFS_Tree_Test3_SOL
Solution to DFS Tree Test 3. This is the tree returned by DFS tree when given the "BFS_DFS_Tree_Test3" and starting at vertex "B". The result is a graph with just one vertex, "B". -
BFS_Tree_Test3_SOL
Solution to BFS Tree Test 3. This is the tree returned by BFS tree when given the "BFS_DFS_Tree_Test3" and starting at vertex "B". The result is a graph with just one vertex, "B". -
equals
-