Computer Applications
In ........... search, the algorithm uses the middle value of the array for the search operation.
- Binary
- Linear
- Bubble
- Selection
Related Questions
A binary search
Which of the following statements is true?
Which element is num[9] of the array num?
Write a program to initialise the given data in an array and find the minimum and maximum values along with the sum of the given elements.
Numbers: 2, 5, 4, 1, 3
Output:
Minimum value: 1
Maximum value: 5
Sum of the elements: 15