| |
| | More Sorts (Site not responding. Last check: 2007-11-03) |
 | | To use the counting sort three arrays are needed, the original unsorted array, A, an array to keep temporary data, B, and one for the new sorted array, C. The sort first scans through the original array, keeping track in array B the number of times a number appears. |
 | | Bucket sort is used to sort floating point numbers that contain the values from 0 up to 1. |
 | | Bucket sort is used by dividing the interval from 0 up to 1 into equal parts, buckets, and then distributes the original array into the buckets. |
| www.programcpp.com /chapter19/19_2_1.html (312 words) |
|