DEV Community

Discussion on: Bubbling Up With Bubble Sorts

Collapse
 
wesleylhandy profile image
Wesley Handy

I appreciate you identifying ways to optimize Bubble sort, even though it remains inefficient compared to other sorts. You inspired me to code it out: wesleylhandy.github.io/bubble-sort/

Collapse
 
vaidehijoshi profile image
Vaidehi Joshi

Hi Wesley,

This is so cool! Thanks so much for making it. Seeing the benchmarks for the three sort versions is super cool -- particularly in different browsers :)