Skip to content

Commit

Permalink
Explanation of algorithm and runtimes
Browse files Browse the repository at this point in the history
  • Loading branch information
ibnullify committed Feb 15, 2017
1 parent 9435969 commit ba0278a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MergeSortTester.java
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ private static void writeTextFile(String content, String fname) {
}

/******************************
* execution time analysis
* execution time analysis : O(nlogn)
* Generate a two dimensional array, that contains randomly generated arrays from size 1 to 1000.
* Generate a new array with corresponding indices to the previous 2D array that takes the average runtime for the corresponding array at each index run 100 times.
* Export this information as a csv file for easy viewing off the command line.
Expand Down

0 comments on commit ba0278a

Please sign in to comment.