25 Oct
2000
25 Oct
'00
8:14 p.m.
Nossin, F. writes:
Is there a library available in Hugs with an implementation for radix sort most significant???
I don't see one there. Bucket sort (the one with an array of booleans, indexed by the values you're sorting) can be implemented in 2-3 lines, if that helps... Hint: use accumArray. Regards, Tom