/top/
/new/
/best/
/ask/
/show/
/job/
^
slacker news
login
about
←back to thread
A visual introduction to big O notation
(samwho.dev)
688 points
samwho
| 2 comments |
24 Aug 25 07:39 UTC
|
HN request time: 0s
|
source
1.
clbrmbr
◴[
26 Aug 25 13:10 UTC
]
No.
45026047
[source]
▶
>>45002182 (OP)
#
I would have liked to see n log n
replies(1):
>>45026677
#
ID:
GO
2.
JohnKemeny
◴[
26 Aug 25 13:58 UTC
]
No.
45026677
[source]
▶
>>45026047 (TP)
#
n log n is a lot like n, in that if n less than a trillion, n log n is at most 40•n.
↑