Hacker News new | ask | show | jobs
by cousin_it 4332 days ago
I think grandparent meant 2^(2^n), not (2^2)^n.
1 comments

Even so, O(4^n) != O(8^n); there is no constant k such that k * 4^n >= 8^n.