Handbook
Glossary
binary-trees ( n -- )
Vocabulary
benchmark
.
binary-trees
Inputs
n
an
object
Outputs
None
Definition
USING:
kernel
math
math.order
;
IN:
benchmark.binary-trees
:
binary-trees
( n -- )
min-depth
2
+
max
[
stretch-tree
]
[
long-lived-tree
]
bi
;
inline