SyntaxFix
Write A Post
Hire A Developer
Questions
Log2(n) is the maximum number of searches that are required to find something in a binary search. The average case involves log2(n)-1 searches. Here's more info:
http://en.wikipedia.org/wiki/Binary_search#Performance