previous | index | next

Interior Nodes

Nodes that are not leaves are called interior nodes. For example, node 2 is interior and has list representation:
     (2
      (1 () ())
      (3 () ()))
Q: How to create this tree?

previous | index | next