Merge Sort

1. Which of the following is an array that does NOT have all elements of the same type?
Explanation

Explanation

Explanation

Explanation

Explanation

Explanation

Explanation

Explanation

2. Which of the following arrays is sorted in descending order?
Explanation

Explanation

Explanation

Explanation

Explanation

Explanation

Explanation

Explanation

3. Consider the following arrays: A = [5, -5, 10, 1] and B = [0, 100, 1, 0]. Which of the following arrays shows all elements from both arrays combined and sorted in ascending order?
Explanation

Explanation

Explanation

Explanation

Explanation

Explanation

Explanation

Explanation

4. If you repeatedly split an array into a fixed number of smaller parts at each step, how does increasing the number of parts you split into at each step affect the total number of splitting rounds needed to break the array down? (Assume you always split into the same number of parts at each round.)
Explanation

Explanation

Explanation

Explanation

Explanation

Explanation

Explanation

Explanation