|
|
|
|
|
by burntsushi
935 days ago
|
|
big-O notation isn't some fundamental secret of the universe. It's a model devised by humans, and typically used in the context of real world computers as a means for conveying an understanding of how algorithms scale. If we considered the bits of integers as the smallest unit of work in all cases (it is of course relevant to consider bits as the unit of work in some cases), then big-O notation becomes a lot more tedious without typically adding more value. See: https://cs.stackexchange.com/questions/140642/silly-question... |
|