Topic: Array Problem / Level: intermediate

Problem: Given an array, find the minimum number of adjacent swaps required to sort the array.

Run the code to see the output here...