Tree Recursive Insert
•
Do both of these approaches work?
•
Which is most efficient?
•
How does this compare in terms of efficiency
with the linear linked list approach?
•
What type of client interface should we provide?
–
insert (data &);