There are 2 java files pertaining to 2 questions in the assignment. Make sure you have the IntegerArray.txt and QuickSort.txt file in the same folder as the java files.
Merge Sort
javac MergeSortInversion.java
java MergeSortInversion
QuickSort
javac QuickSortInversion.java
java QuickSort