RosettaCodeData/Task/Visualize-a-tree/Factor/visualize-a-tree-2.factor

3 lines
57 B
Factor

USE: trees.avl
AVL{ { 1 2 } { 9 19 } { 3 4 } { 5 6 } } .