Integer sorting

Integer sorting

Jesse Russell Ronald Cohn

     

бумажная книга



ISBN: 978-5-5088-2270-5

High Quality Content by WIKIPEDIA articles! In computer science, integer sorting is the algorithmic problem of sorting a collection of data values by numeric keys, each of which is an integer. Algorithms designed for integer sorting may also often be applied to sorting problems in which the keys are floating point numbers or text strings. The ability to perform integer arithmetic on the keys allows integer sorting algorithms to be faster than comparison sorting algorithms in many cases, depending on the details of which operations are allowed in the model of computing and how large the integers to be sorted are.