2-3 Trees
•The big difference is that nodes can contain more than one set of data.
•If a node is a leaf, it may contain either one or two data items!
•If a node has two children, it must only contain 1 data item.
•But, if a node has three children, it must contain 2 data items.