DEV Community

Discussion on: Sorting Algorithms with Javascript (Part 1)

Collapse
 
donut87 profile image
Christian Baer

Hey, nice overview. One thing though. Merge sort is also comparison based. To sort in the end, you always compare two elements.

Collapse
 
wangonya profile image
Kelvin Wangonya

Nice catch! Thanks