• + 0 comments

    That makes sense. "For all nodes, everything down the right branch is to the node's right; Everything down the left branch is to the node's left."

    It makes sense if you think of it in the context of a binary search tree, and left and right as less than and greater than.