Problem
1. Repeat the comparisons of the previous exercise when the items in the list are entries taking 200 words each.
2. What is the major disadvantage of linked lists in comparison with contiguous lists?
3. What are the major disadvantages of C-strings?
4. What are some reasons for implementing linked lists in arrays with indices instead of in dynamic memory with pointers?