CS2
Week 5: Algorithm analysis, searching, sorting
19
Other Uses of Binary Search
nTo find where a function is zero.
nCompute functions.
nTree data structures.
nData processing.
nDebugging code.