Bucket sort for integers
Posted
by rafael
on Stack Overflow
See other posts from Stack Overflow
or by rafael
Published on 2010-03-20T09:16:32Z
Indexed on
2010/03/20
9:21 UTC
Read the original article
Hit count: 513
Could anybody help me with bucket sort algorithm for integers ? It's often mistake when people say they have this algorithm, but this is counting sort ! Maybe it works similar, but it is something different.
I hope you will help mi find the right way, 'cause now I have no idea (Cormen's book and Wikipedia are not so helpful).
Thanks in advance for all your respones.
© Stack Overflow or respective owner