Content pfp
Content
@
https://opensea.io/collection/dev-21
0 reply
0 recast
2 reactions

Nicki Sanders pfp
Nicki Sanders
@nicki
Confession: I don’t know what O(n log n) means and I don’t want to.
4 replies
0 recast
5 reactions

Moon pfp
Moon
@moon.eth
the math notation makes it more confusing than it really is but a lot of people struggle with internalizing it. it's just an indicator of, how well your function can handle a lot of data. there are functions that are O(n3) that work fine for a small amount of data but if you put it into production with real users, it falls over instantly.
1 reply
0 recast
2 reactions

TobyJaguar pfp
TobyJaguar
@tobyjaguar
If it a tree, just say log n. When the other person says, I think it might be n log n, just look up to the right with an inquisitive, pensive look, and say you were thinking of the lower bound
0 reply
0 recast
1 reaction

Hi, I’m Ashley pfp
Hi, I’m Ashley
@leadgen
Awww! Most stable sorting algorithms are O(n log n) I.E Python and Java sort. The log n part is the height of each insertion/comparison level, but you do n of them.
0 reply
0 recast
1 reaction

MajorTom327 pfp
MajorTom327
@majortom327.eth
Same boat here
0 reply
0 recast
1 reaction