Hacker News new | ask | show | jobs
by layer8 122 days ago
> Already, we have a factor of O(log(n)) here.

Doesn’t that mean that O(log(n)) is really O(log²(n))?

1 comments

You have to define what n is.
It’s clear from the parent comment that the number of bits needed to represent the input is meant here.