First of all do u know what a bucket sort is?
I'll agree with this, you should do some research as to what a bucket search is.
Also how will you be implementing it? Will it be a recoursive bucket sort and thats it. Or will it be a bucket sort followed by another sorting algorithm such as a quick sort.
I'm guessing it will be a solo bucket sort, wikipedia has some good information on how to implement a bucket sort.
Chris