Y
Hacker News
new
|
ask
|
show
|
jobs
by
adriantam
2785 days ago
a variation of bubble sort, so O(N^2)
1 comments
ilaird
2785 days ago
I think it's more a variation on Selection Sort. I agree on O(n*n)
link