
Iterated Logarithm in mathematics and computer science it is defined as an integer function equal to the number of iterative logarithms of the argument necessary for the result to become less than or equal to 1 . This function is defined for all positive numbers, but in applications, the argument is usually a natural number . A more strictly iterated logarithm is determined by a recursive formula:
Iterated logarithm defined for bases A073229 . If positive , then its recursive sequence converges to a number greater than 1.
Computer science usually uses a binary iterated logarithm. This function grows unlimitedly, but extremely slowly. For all arguments conceivable in practice, it could be replaced by a constant, but for formulas defined on the entire numerical axis, such a record would be erroneous. The values of the binary iterated logarithm for all practically interesting arguments do not exceed 5 and are given below.
| n | |
|---|---|
| (−∞, 1] | 0 |
| (12] | one |
| (2, 4] | 2 |
| (4, 16] | 3 |
| (16, 65536] | four |
| (65536, 2 65536 (~ 10 19660 )] | five |
Application
The iterated logarithm arises in the analysis of some algorithms in estimates of their computational complexity [1] [2] [3] [4] [5] The most famous estimate of the time complexity of the Fuhrer algorithm for multiplying integers is , and an estimate for the 3-coloring algorithm
-cycle in the graph -
[6]
Notes
- ↑ Olivier Devillers, “Randomization yields simple O (n log * n) algorithms for difficult ω (n) problems.” International Journal of Computational Geometry & Applications 2 : 01 (1992), pp. 971-11.
- ↑ Noga Alon and Yossi Azar, “Finding an Approximate Maximum.” SIAM Journal of Computing 18 : 2 (1989), pp. 2582–67.
- ↑ On Separators, Segregators and Time versus Space
- ↑ https://www.cs.princeton.edu/~rs/AlgsDS07/01UnionFind.pdf
- ↑ Schneider, J. (2008), "A log-star distributed maximal independent set algorithm for growth-bounded graphs" , Proceedings of the Symposium on Principles of Distributed Computing
- ↑ Richard Cole and Uzi Vishkin: “Deterministic coin tossing with applications to optimal parallel list ranking”, Information and Control 70: 1 (1986), pp. 325-3.