Uses of Class
algs13.XBTree
-
Uses of XBTree in algs13
Modifier and TypeMethodDescriptionstatic XBTree
XBTree.demoTree()
static XBTree
static XBTree
XBTree.randomTree
(double chanceOfNull, int maxDepth) Modifier and TypeMethodDescriptionprivate static void
XBTree.testDepthOfShallowestFive
(XBTree tree, int expected) private static void
XBTree.testHeightOfShortestFive
(XBTree tree, int expected)