Computer Science, asked by Annah14, 6 hours ago

Give an example of existing program that use binary search and how they implement it on their system.

Answers

Answered by WASAY2009
0

Answer:

Python

Explanation:

For example, binary search can be used to compute, for a given value, its rank (the number of smaller elements), predecessor (next-smallest element), successor (next-largest element), and nearest neighbor. Range queries seeking the number of elements between two values can be performed with two rank queries.

Similar questions
Math, 6 hours ago