DEV Community

Discussion on: Common Sorting Algorithms in JavaScript

Collapse
 
christinamcmahon profile image
Christina

Good points! I'm considering writing another post as sort of a second part to this one and would likely include heap sort, counting sort, and radix sort... Thanks for the input, definitely makes me even more excited to continue learning about sorting algorithms!