- SearchBreadthFirst(String, String) - Method in class edu.wmich.cs3310.a3.DataStructures.ExplicitTrees.MinHeap
-
Uses a breadth-first search of tree to look for name match.
- SearchBreadthFirst(String, String) - Method in class edu.wmich.cs3310.a3.DataStructures.ImplicitTrees.ArrayBasedTree
-
Uses a breadth-first search of tree to look for name match.
- SearchDepthFirst(String, String) - Method in class edu.wmich.cs3310.a3.DataStructures.ExplicitTrees.MinHeap
-
Uses a depth-first search of tree to look for name match.
- SearchDepthFirst(String, String) - Method in class edu.wmich.cs3310.a3.DataStructures.ImplicitTrees.ArrayBasedTree
-
Uses a depth-first search of tree to look for name match.
- SearchForMatch(ExplicitTreeNode, String, String) - Method in class edu.wmich.cs3310.a3.DataStructures.ExplicitTrees.BinarySearchTree
-
Iterates through search tree to look for name match.
- SetNodeLevel() - Method in class edu.wmich.cs3310.a3.DataStructures.ExplicitTrees.ExplicitTreeNode
-
Sets level of node within tree.
- SetNodeLevel(ImplicitTreeNode) - Method in class edu.wmich.cs3310.a3.DataStructures.ImplicitTrees.ArrayBasedTree
-
Sets level of node within tree.
- SetUp() - Method in class ComputeTimeTests
-
- SetUp() - Method in class MinHeapTests
-
- SizeOfSubtree() - Method in class edu.wmich.cs3310.a3.DataStructures.ExplicitTrees.ExplicitTreeNode
-
Getter for size of subtree.
- SizeOfSubtree(int) - Method in class edu.wmich.cs3310.a3.DataStructures.ExplicitTrees.ExplicitTreeNode
-
Setter for size of subtree.