Day 16 Recap Questions
  1. Describe the linked list structure by a diagram.
  2. Compare arrays and linked lists. Write down their pros and cons.
  3. What is a linked list’s head? How is it different from a node? Explain.
  4. How do you calculate length of a linked list?
  5. How do you implement add_after on a singly linked list?