JPDev to Programmer Humor · 11 months agoReturns a sorted list in O(1) timeimagemessage-square27fedilinkarrow-up1294arrow-down114
arrow-up1280arrow-down1imageReturns a sorted list in O(1) timeJPDev to Programmer Humor · 11 months agomessage-square27fedilink
minus-squaremurtaza64linkfedilinkarrow-up12·11 months agoyou can make it sort the first k elements and it will still be O(1). Set k high enough and it might even be useful
minus-squarexmunk@sh.itjust.workslinkfedilinkarrow-up5·11 months agoI set k to 50,000,000,000… that’s more items than my shitty computer can fit in memory (including swsp) but I am now happy to celebrate my O(1) algorithm.
minus-squareKubeRoot@discuss.tchncs.delinkfedilinkarrow-up2arrow-down1·11 months agoBy that logic, any sorting implementation is O(1), as the indexing variable/address type has limited size
you can make it sort the first k elements and it will still be O(1). Set k high enough and it might even be useful
I set k to 50,000,000,000… that’s more items than my shitty computer can fit in memory (including swsp) but I am now happy to celebrate my O(1) algorithm.
By that logic, any sorting implementation is O(1), as the indexing variable/address type has limited size