Slide 12
Slide 12 text
Logarithmic-Time
O(log n)
+ the most efficient approach when
dealing with large collections
+ Divide-and-conquer strategy
+ -ideally- find a specific element in a
collection of one million elements
using less than 20 iterations, if we
scale the size of the collection to a
billion, we will require only less than
30 iterations.