Uses of Class
algs32.XBTree
-
Uses of XBTree in algs32
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)