HiddenLayer555@lemmy.ml to Programmer Humor@programming.devEnglish · 16 days agoMarge sortimagemessage-square19linkfedilinkarrow-up1465arrow-down110cross-posted to: programmerhumor@lemmy.ml
arrow-up1455arrow-down1imageMarge sortHiddenLayer555@lemmy.ml to Programmer Humor@programming.devEnglish · 16 days agomessage-square19linkfedilinkcross-posted to: programmerhumor@lemmy.ml
minus-squareskibidi@lemmy.worldlinkfedilinkarrow-up10·15 days 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.