- You Have A List Of 10 000 Elements Which You Want To Sort How Much Time Does It Take If The List Is Already Sorted And 1 (15.46 KiB) Viewed 32 times
You have a list of 10.000 elements which you want to sort. How much time does it take if the list is already sorted and
-
- 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 if the list is already sorted and
You have a list of 10.000 elements which you want to sort. How much time does it take if the list is already sorted and you use insert sort? Each search step takes one millisecond (msec).