CHALLENGE ACTIVITY
8.2.1: Binary search.
Jump to level 1
Given list: {44 47 68 75 78 80 81 83 92 95}
Which list elements will be checked to find the value 44 using binary search? Ex: 42, 32, 12 44 using linear search?
Which list elements will be checked to find the value 78 using binary search? 78 using linear search?
Which search algorithm is faster to find 44? Select
Which search algorithm is faster to find 78? Select
Check
Next
Feedback?