Y
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
chengsun
4331 days ago
Even so, O(4^n) != O(8^n); there is no constant k such that k * 4^n >= 8^n.
link