A class of sorting algorithms based on Quicksort
1985; Association for Computing Machinery; Volume: 28; Issue: 4 Linguagem: Inglês
10.1145/3341.3348
ISSN1557-7317
Autores Tópico(s)Data Management and Algorithms
ResumoBsort, a variation of Quicksort, combines the interchange technique used in Bubble sort with the Quicksort algorithm to improve the average behavior of Quicksort and eliminate the worst case situation of O(n 2 ) comparisons for sorted or nearly sorted lists. Bsort works best for nearly sorted lists or nearly sorted in reverse.
Referência(s)