- 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 1 (16.35 KiB) Viewed 27 times
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
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 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
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).