Node Numbering
lNote that the sorted sequence is readable from the nodes in breadth-first order.

lFurther, we can maintain the entire tree as an array (with no explicit links), as shown next.