1980
DOI: 10.1016/0020-0190(80)90022-8
|View full text |Cite
|
Sign up to set email alerts
|

An efficient variation of bubble sort

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
1
1
1

Citation Types

0
12
0

Year Published

1996
1996
2014
2014

Publication Types

Select...
3
3
3

Relationship

0
9

Authors

Journals

citations
Cited by 28 publications
(12 citation statements)
references
References 1 publication
0
12
0
Order By: Relevance
“…The gg_sort routine included in SPEC CPU2006 component gobmk [18] implements the combsort algorithm [24], a variant of bubblesort that compares items at distance larger than 1. Combsort is known to have at least quadratic running time in the worst case, but can rival fast algorithms like quicksort in many practical cases.…”
Section: Spec Benchmarksmentioning
confidence: 99%
“…The gg_sort routine included in SPEC CPU2006 component gobmk [18] implements the combsort algorithm [24], a variant of bubblesort that compares items at distance larger than 1. Combsort is known to have at least quadratic running time in the worst case, but can rival fast algorithms like quicksort in many practical cases.…”
Section: Spec Benchmarksmentioning
confidence: 99%
“…Then we could define K , called ordered factor. n K N = (2) [ ] 0,1 K ∈ reflects the sort degree of a random sequence. K is bigger, more ordered exists in the sequence.…”
Section: B Performances Evaluationmentioning
confidence: 99%
“…This variant was rediscovered later by Dobosiewicz [2] and Box and Lacey [1]. Box and Lacey [1] named this variant comb sort.…”
Section: Shellsort Variantsmentioning
confidence: 99%
“…Box and Lacey [1] named this variant comb sort. The increment sequence used by comb sort is geometric with factor s. Dobosiewicz [2] has shown that the preprocessing step sorts a[0 : n− 1] with very high probability whenever s < 1.33. As a result, s = 1.3 is recommended in practice (note that a larger s requires a smaller number of h-passes).…”
Section: Shellsort Variantsmentioning
confidence: 99%