numbers: 36 43 38 87 71 MergeSort(numbers, 0, 4) is called. Merge() is called to merge the following partitions: Merge call # Left partition Right partition 1 (a) (b) 2 36, 43 38 3 (c) (d) 4 36, 38, 43 71,87 Fill in the missing values. (a) Ex: 83, 42 (b) (c) (d) (commas between values)

icon
Related questions
Question
numbers: 36 43 38 87 71
MergeSort(numbers, 0, 4) is called. Merge() is called to merge the following partitions:
Merge call # Left partition Right partition
1
(a)
(b)
2
36,43
38
3
(c)
(d)
4
36, 38, 43
71,87
Fill in the missing values.
(a) Ex: 83, 42
(b)
(c)
(d)
(commas between values)
Transcribed Image Text:numbers: 36 43 38 87 71 MergeSort(numbers, 0, 4) is called. Merge() is called to merge the following partitions: Merge call # Left partition Right partition 1 (a) (b) 2 36,43 38 3 (c) (d) 4 36, 38, 43 71,87 Fill in the missing values. (a) Ex: 83, 42 (b) (c) (d) (commas between values)
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 3 steps

Blurred answer