Why or why not? It seems like the answer should be no, but on the other hand, it's weird that you'd reach the same value in a constant multiple of n.
2026-03-26 13:01:25.1774530085
Is $O(2^{n/2})$ the same as $O(2^n)$?
578 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
3
$2^{n}$ is $O(2^{n})$ but it is not $O(2^{n/2})$.