@inbook{310e7fe01c7247bcbad5bdf98e8b918e,
title = "Verification of Counting Sort and Radix Sort",
abstract = "We discuss a mechanized correctness proof in KeY of Counting sort and Radix sort. Counting sort is an unusual sorting algorithm in the sense that it is based on arithmetic rather than comparisons. Radix sort is tailored to sorting arrays of large numbers. It uses an auxiliary sorting algorithm, such as Counting sort, to sort the digits of the large numbers one-by-one. The correctness of Radix sort requires the stability of the auxiliary sorting algorithm. Stability here means that the order between different occurrences of the same number is preserved. The correctness proof of Counting sort includes a proof of its stability.",
author = "Gouw, {Stijn de} and Boer, {Frank S. de} and Jurriaan Rot",
year = "2016",
doi = "10.1007/978-3-319-49812-6_19",
language = "English",
isbn = "978-3-319-49811-9",
series = "Lecture Notes in Computer Science",
publisher = "Springer",
pages = "609--618",
editor = "{Wolfgang Ahrendt} and {Bernhard Beckert} and {Richard Bubel} and {Reiner H{\"a}hnle} and {Peter H. Schmitt} and {Mattias Ulbrich}",
booktitle = "Deductive Software Verification - The KeY Book",
address = "United States",
}