Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

MergeSort

Perform MergeSort(divide-and-conquer algorithm) on the 100,000 integers within the text file. Note that no integers are repeated.

The script also computes the number of inversions in the file given, where the i^th row of the file indicates the ith entry of an array.