- You Have A List Of 10 000 Elements Which You Want To Search For A Specific Item How Much Time Does It Take On Average T 1 (21.93 KiB) Viewed 36 times
You have a list of 10.000 elements which you want to search for a specific item. How much time does it take on average t
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
You have a list of 10.000 elements which you want to search for a specific item. How much time does it take on average t
You have a list of 10.000 elements which you want to search for a specific item. How much time does it take on average to search it for an element if the list is already sorted and you use linear search? Each search step takes one millisecond (ms).