What is O(log* N) and how is it different from O(log N)?
O( log* N ) is "iterated logarithm":
O( log* N )
In computer science, the iterated logarithm of n, written log* n (usually read "log star"), is the number of times the logarithm function must be iteratively applied before the result is less than or equal to 1.
2.1m questions
2.1m answers
60 comments
57.0k users