Topic: Array Problem / Level: intermediate

Problem: Sort an array using the quicksort algorithm and track the number of swaps made during the sort.

Run the code to see the output here...