Question 1
Which of the following best describes the process of implementing a linear search on an array?
Question 2
Which of the following best describes the procedure for determining the midpoint in a binary search on a sorted array?
Question 3
When implementing a binary search on a sorted array, what condition should be checked to determine if the target element has been found?
Question 4
Which of the following best describes the main factor that determines the number of steps required in a linear search?
Question 5
Which of the following best describes a key difference in the implementation of a binary search on a sorted array versus a sorted linked list?