2 lines
75 B
Ruby
2 lines
75 B
Ruby
|
|
root = BinaryTreeNode.from_array [1, [2, [4, 7], [5]], [3, [6, [8], [9]]]]
|