Problem
1. What is a data structure? List several types of common data structures.
2. What is an address? What is a pointer? What purpose are they used for?
3. How is an array stored in main memory? How is a linked list stored in main memory? What are their comparative advantages and disadvantages? Give examples of data that would be best stored as an array and as a linked list.