You have a list of 10.000 elements which you want to sort. How much time does it take on average if the original list is
Posted: Mon Jul 11, 2022 9:56 am
You have a list of 10.000 elements which you want to sort. How much time does it take on average if the original list is not sorted (random) and you use selection sort? Each search step takes one millisecond (msec).