You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the first problem, I am required to find the product of multiplying two matrices X and Y using divide- and-conquer. In the second problem, the goal is counting the number of inversions of a given sequence using a modified Merge Sort function.