Uses of Class
algs32.XBTree
Packages that use XBTree
-
Uses of XBTree in algs32
Modifier and TypeMethodDescriptionstatic XBTreeXBTree.demoTree()static XBTreestatic XBTreeXBTree.randomTree(double chanceOfNull, int maxDepth) Modifier and TypeMethodDescriptionprivate static voidXBTree.testDepthOfShallowestFive(XBTree tree, int expected) private static voidXBTree.testHeightOfShortestFive(XBTree tree, int expected)