HiddenLayer555@lemmy.ml to Programmer Humor@programming.devEnglish · 1 month agoMarge sortlemmy.mlimagemessage-square18linkfedilinkarrow-up1441arrow-down110
arrow-up1431arrow-down1imageMarge sortlemmy.mlHiddenLayer555@lemmy.ml to Programmer Humor@programming.devEnglish · 1 month agomessage-square18linkfedilink
minus-squareskibidi@lemmy.worldlinkfedilinkarrow-up9·1 month 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.