Hacker News new | ask | show | jobs
by bunabhucan 472 days ago
Add bubble sort in parallel and race them against each other!
1 comments

Here you go: https://jsfiddle.net/790sfL21/30/

The difference between the two algorithms becomes even more apparent if you rerun the sort after the list is already sorted.

"Slower than bubblesort" is the acheivement here.