• Returns an empty binary tree, represented by the empty list null

    Returns BinaryTree

    An empty binary tree

    Example

    display(make_empty_tree()); // Shows "null" in the REPL