The #sorting-algorithms series is a collection of posts about reimplemented sorting algorithms in JavaScript. If you are not familiar with sorting algorithms, a quick introduction and the full list of ...
We have the slower algorithms selection sort,bubble sort and insertion sort typically all have quadratic runtimes when sorting data so as the dataset set increases the perfomance speed will suffer .