Implemntation of four sorting algorithms in Javascript:
- Insertion Sort
- Selection Sort
- Merge Sort
- Heap Sort
test.html is also included, which tests running each algorithm and prints runtime data.
Blog post: https://jonbake.com/blog/implementation-and-analysis-of-sorting-algorithms-in-javascipt/
Run the tests: http://jonmbake.github.io/javascript-sorting-algorithms/test.html