benchmark.binary-trees vocabulary
Factor handbook ยป Vocabulary index


Summary

Words

Tuple classes
ClassSuperclassSlots
tree-node tupleitem left right


Generic words
WordStack effect
item-check( node -- n )


Ordinary words
WordStack effect
<tree-node>( item left right -- tree-node )
binary-trees( n -- )
binary-trees-benchmark( -- )
bottom-up-tree( item depth -- tree )
long-lived-tree( max-depth -- )
min-depth( -- value )
stretch-tree( max-depth -- )


Class predicate words
WordStack effect
tree-node?( object -- ? )


Files