Part 4 (Experiments) Conduct experiments on the implemented sorting algorithms (3 algorithms) for arrays of 100, 1000, 1
Posted: Sun May 15, 2022 10:23 am
Part 4 (Experiments) Conduct experiments on the implemented sorting algorithms (3 algorithms) for arrays of 100, 1000, 10 000, 100 000, 500 000, 1 000 000 random integers. You should measure the time spent by the computer to sort the arrays. To measure the time use the nanoTime() or similar method. Record the times for each array size.