Hacker News new | ask | show | jobs
by adriantam 2785 days ago
a variation of bubble sort, so O(N^2)
1 comments

I think it's more a variation on Selection Sort. I agree on O(n*n)