diff --git a/MergeSortTester.java b/MergeSortTester.java index b096260..be18d74 100644 --- a/MergeSortTester.java +++ b/MergeSortTester.java @@ -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.