APCS - Daily Warm Ups
MONDAY - A DAY | WEDNESDAY- A DAY
1. Consider searching for a given value in an array. Which of the following must be true in order
to successfully use the binary search?
I. The values in the array must be numbers.
II. The values in the array must be in sorted order.
III. The array must not contain any duplicate values.
A. I only
B. II only
C. I and II only
D. II and III only
E. I, II, and III
1. Consider searching for a given value in an array. Which of the following must be true in order
to successfully use the binary search?
I. The values in the array must be numbers.
II. The values in the array must be in sorted order.
III. The array must not contain any duplicate values.
A. I only
B. II only
C. I and II only
D. II and III only
E. I, II, and III
TUESDAY - B DAY | THURSDAY- B DAY
FRIDAY - C DAY