Y
Hacker News
new
|
ask
|
show
|
jobs
by
anonymousd3vil
476 days ago
This is similar to bubble sort but with the largest element appearing at the beginning index. Its a reverse Bubble Sort.
1 comments
ColinWright
476 days ago
Except that when the routine finishes, the smallest element is in A[1].
link