cm0002@lemmy.world to Programmer Humor@programming.dev · 7 days agotimeoutSortlemmy.mlimagemessage-square34linkfedilinkarrow-up11arrow-down10cross-posted to: programmerhumor@lemmy.ml
arrow-up11arrow-down1imagetimeoutSortlemmy.mlcm0002@lemmy.world to Programmer Humor@programming.dev · 7 days agomessage-square34linkfedilinkcross-posted to: programmerhumor@lemmy.ml
minus-squareEager Eagle@lemmy.worldlinkfedilinkEnglisharrow-up0·7 days agofinally, sorting in linear time /s
minus-squareYTG123@sopuli.xyzlinkfedilinkarrow-up0·6 days agoIt’s kind of linear, in the largest element of the array. Just not in the length of the array.
finally, sorting in linear time /s
linear in size
It’s kind of linear, in the largest element of the array. Just not in the length of the array.
it’s in constant time then