HiddenLayer555@lemmy.ml to Programmer Humor@programming.devEnglish · 3 months agoMarge sortlemmy.mlimagemessage-square19fedilinkarrow-up1467arrow-down110
arrow-up1457arrow-down1imageMarge sortlemmy.mlHiddenLayer555@lemmy.ml to Programmer Humor@programming.devEnglish · 3 months agomessage-square19fedilink
minus-squareskibidi@lemmy.worldlinkfedilinkarrow-up10·3 months agoNote: N^2 and NlogN scaling refer to runtime when considering values of N approaching infinity. For finite N, it is entirely possible for algorithms with worse scaling behavior to complete faster.
Note: N^2 and NlogN scaling refer to runtime when considering values of N approaching infinity.
For finite N, it is entirely possible for algorithms with worse scaling behavior to complete faster.