Question: Java Part IV: Output and Report The output files should contain 10 lines that correspond to the 10 data set sizes. - The first value
Part IV: Output and Report The output files should contain 10 lines that correspond to the 10 data set sizes. - The first value on each line should be the data set size followed by 50 pairs of values. - Each pair represents the critical element count and the time in nanoseconds for each of the 50 runs of that data set size. Create a file called results.txt that will contain the following table: - the first column should contain the data set size - the second the average of the critical counts for the 50 runs - the third the coefficient of variance of those 50 values expressed as a percentage. - the fourth and fifth column should contain similar data for the times. - The coefficient of variance of the critical operation counts and time measurement for the 50 runs of each data set size provide a way to gauge the data sensitivity of the algorithm
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
