Problem Description

Task: return number of inversions in array using merge sort.

Input Format

Java method

Output Format

Return value

Constraints

Use long; O(n log n).

Solutions (0)

No solutions submitted yet. Be the first!

Discussion (0)

No comments yet. Start the discussion!

Prev Next