World's Most Efficient Sorting Algorithm
#programming #sorting #algorithm #Cpp #Codinghumor
https://programmerhumor.io/algorithm-memes/worlds-most-efficient-sorting-algorithm-lurw
#programming #sorting #algorithm #Cpp #Codinghumor
https://programmerhumor.io/algorithm-memes/worlds-most-efficient-sorting-algorithm-lurw
Comments
(It’s actually O(n x d), where d is the number of digits of the largest number to be sorted. But in any given computer system, that maximum number of digits is likely bounded by a constant. )