Package algs13
Class XBTree
java.lang.Object
algs13.XBTree
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic XBTree
demoTree()
int
depth()
int
static XBTree
int
height()
int
static void
static XBTree
randomTree
(double chanceOfNull, int maxDepth) void
toGraphviz
(String filename) toString()