Create a node from two other node; Concatenate the two other nodes. Both must not be null.
Get length of this node.
Left child of this node.
Right child of this node.
See Implementation