Question:
Structured Data Type - Array
1. In what situation would you implement an array?
2. How items in the array might be searched for or sorted using different techniques.
3. Covers Sequential & Binary Search; Selection Sort, Bubble Sort, Index Sort, Merge Sort.