Topic: Divide And Conquer Problem / Level: beginner

Problem: Implement a solution to solve the problem of counting inversions in an array using divide and conquer.

Run the code to see the output here...