Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Description

Excerpt
hiddentrue

Binary search on sorted array. If the element is not found, returns -1.

Binary search on sorted array. If the element is not found, returns -1.

...

The result of the routine is the index of the searched element in the array returned by arraySort. If the array contains duplicates, the routine returns the index of the first occurrence of the searched element.

Note

Binary search should be used only for sorted arrays.

See also

Filter by label (Content by label)
showLabelsfalse
max25
showSpacefalse
cqllabel = "array_routine" and space = currentSpace ( )
labelsarray_routines