Computer Applications

In …………… search, the algorithm uses the middle value of the array for the search operation.

  1. binary
  2. linear
  3. bubble
  4. selection

Java Arrays

2 Likes

Answer

binary

Reason — In binary search, the algorithm uses the middle value of the array for the search operation.

Answered By

1 Like


Related Questions