On Mar 3, 4:52 pm, Damien Lepage <
damienlep...@gmail.com> wrote:
> The problem states that "Each node in the tree must have a value, a left
> child, and a right child."
> So my understanding is that "false" is not a valid node because it is just
> a value, the 2 children are missing.
> On the other side, "nil" doesn't represent an empty value, but means "no
> node", so it's fine as a left or right child.
>