What complexity have a log(sum) shape?

Andrei Alexandrescu via Digitalmars-d digitalmars-d at puremagic.com
Tue Dec 8 09:33:49 PST 2015


On 12/08/2015 12:12 PM, Timon Gehr wrote:
> O(log(n+m)) = O(log(n)+log(m)).

Noice. Yes I did miss it. Thx!! -- Andrei


More information about the Digitalmars-d mailing list