|
|
|
|
|
by gpm
324 days ago
|
|
Worse, it's O(sqrt(n)) because we lay out data on roughly a plane and time is bounded below by how far away the data is. O(1) is in the mythical (easy to analyze, good approximation due to small constants on the sqrt(n) and log(n) terms) data model where random memory access is O(1), but it's not physically possible. |
|