O(log n), or logarithmic time, means that as the number of items given to an algorithm increases, the speed of the algorithm only increases very gradually. The binary search algorithm runs in logarithmic time, with a million items to search through the worst case scenario is 21 steps to search the list.