Problem Detail: In real world applications is there a concrete benefit when using $mathcal{O}(log(log(n))$ instead of $mathcal{O}(log(n))$ algorithms ? This is the case when one use for instance van Emde Boas trees instead of more conventional binary search tree implementations. But Read More …