Introduction - If you have any usage issues, please Google them yourself
Bucket sort is also called sorting box. Work principle is that the array to a limited number of bucket, each bucket and individual ranking (may use other sorting algorithms or is to recursively continue to use the bucket sort to sort).