cm0002@lemmy.world to Programmer Humor@programming.dev · 26 days agotimeoutSortlemmy.mlimagemessage-square36fedilinkarrow-up1449arrow-down15
arrow-up1444arrow-down1imagetimeoutSortlemmy.mlcm0002@lemmy.world to Programmer Humor@programming.dev · 26 days agomessage-square36fedilink
minus-squareJankatarch@lemmy.worldlinkfedilinkarrow-up1·edit-218 days agoThis algorithm takes K seconds where K is the value of the greatest element. This means if you just multiply everything by -1 it will take negative time to sort. Then you can simply unmultiply and read from end to beginning from now on. This is faster than having it presorted.
This algorithm takes K seconds where K is the value of the greatest element.
This means if you just multiply everything by -1 it will take negative time to sort.
Then you can simply unmultiply and read from end to beginning from now on.
This is faster than having it presorted.