Y
Hacker News
new
|
ask
|
show
|
jobs
by
another_twist
195 days ago
When the array is almost sorted. Bubble sort complexity is linear + inversions so if the inversions are low (the more sorted the array the lower the number of inversions), bubble sort is close to a linear pass.