A class of sorting algorithms based on Quicksort

  • Authors:
  • Roger L. Wainwright

  • Affiliations:
  • The Univ. of Tulsa, Tulsa, OK

  • Venue:
  • Communications of the ACM - Lecture notes in computer science Vol. 174
  • Year:
  • 1985

Quantified Score

Hi-index 0.00

Visualization

Abstract

Bsort, 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(n2) comparisons for sorted or nearly sorted lists. Bsort works best for nearly sorted lists or nearly sorted in reverse.