Problem
1. Array-based implementation and linked implementation:
a. Define these terms.
b. What do they have in common?
c. What distinguishes one from the other?
2. Draw the unsorted list containing the following strings: blue, black, green, yellow, red, purple, white, and violet.
a. In an unsorted array-based list
b. In a sorted array-based list
c. In an unsorted linked list
d. In a sorted linked list.