JS Sorting displays visualizations of several sorting algorithms implemented in JavaScript. Sorting algorithms currently visualized are:
- Insertion sort
- Bubble sort
- Selection sort, with more planned to be added in the future
The sorting demo is made with Vue.js and D3.
This project is licensed under the MIT License - see the LICENSE.md file for details.