- Search for a specific element in an ordered array.
- Find the first element greater than or equal to a specified value in an ordered array.
- Find the last element in an ordered array that is less than or equal to the specified value.
- Find the last occurrence of a specified value in a sorted array.
- Find the first occurrence of the specified value in an ordered array.
- Find the occurrence of a specified value in an ordered array.
- Find the first k elements of a specified value in a sorted array.
- Find the k elements following the specified value in the ordered array.
✖