LLL Recursive Insert
• Why does this work?
• Why does head need to be passed in? Why can’t
we just use a data member named head?
• Why does head need to be passed by reference?
• How does it connect up the nodes?
• Why was this inefficient for a linear linked list?