Uses of Class
algs13.XBTree
Packages that use XBTree
-
Uses of XBTree in algs13
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)