[77, 85, 53, 33, 70, 81, 90, 29,65, 73, 47,36] In the merge step at the top level, where we are merging two sorted subar
Posted: Fri Apr 29, 2022 6:48 am
[77, 85, 53, 33, 70, 81, 90, 29,65, 73, 47,36] In the merge step at the top level, where we are merging two sorted subarrays of size 6, we compare 77 with 73 and move 73 into the temporary output array. When we move 73 into the temporary output array during this top-level merge step, how many inversions do we remove?