알고리즘
[Introduction to Algorithms, CLRS] Exercises 2.3-1
nevermet
2017. 12. 30. 14:07
This is a solution for Introduction to Algorithms. I write this for my study purpose.
Exercises 2.3-1
Using Figure 2.4 as a model, illustrate the operation of merge sort on the array A = <3, 41, 52, 26, 38, 57, 9, 49>.
Answer: