Returns an empty binary tree, represented by the empty list null
An empty binary tree
display(make_empty_tree()); // Shows "null" in the REPL Copy
display(make_empty_tree()); // Shows "null" in the REPL
Returns an empty binary tree, represented by the empty list null