Comment on Quadsort: a stable non-recursive merge sortparentComments−namdnay6yWhat they mean is that a standard comparative sort can also become very long if the strings are long, because strong compare can take up to the length of the string to return a result
Comments
What they mean is that a standard comparative sort can also become very long if the strings are long, because strong compare can take up to the length of the string to return a result