MCQOPTIONS
Saved Bookmarks
| 1. |
When is the uniform binary search an optimization over the usual binary search? |
| A. | A table lookup is generally faster than an addition and a shift |
| B. | Many searches will be performed on the same array |
| C. | Many searches will be performed on several arrays of the same length |
| D. | All of the mentioned |
| Answer» E. | |