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
Posted: Mon Jul 11, 2022 9:55 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 to search it for an element if the list is already sorted and you use linear search? Each search step takes one millisecond (ms).