|
|
|---|
| Sort algorithms home |
|
||||
| sort | range sort
Also defined at: http://www.nist.gov/dads/HTML/rangesort.html. Inherits from bin sort A bucket sort where the function to determine the bucket is based on the range of possible keys. [National Institute of Standards and Technology] |