CS2
Week 5: Algorithm analysis,
searching, sorting
19
Other Uses of Binary Search
n
To find where a function is zero.
n
Compute functions.
n
Tree data structures.
n
Data processing.
n
Debugging code.