This test is run by .
Note that your final mark will not be saved in the system.
Note that your final mark will not be saved in the system.
Algorithms (2.1) Wipeout
Target Level
4-5
Running Total
0
0%
For this question there
are 3 correct answers. For each correct answer you will score 1 mark.
Be careful, if you get one wrong you are wiped out!
In which of these lists will the value 4 be found faster with a linear search than a binary search?
The linear search checks left to right. The binary search checks the digit equal to: (length + 1)/2 rounded up