A simple webpage to visualize sorting algorithms using vue.js
- Bubble Sort
- Insertion Sort
- Selection Sort
- more incoming...
- Responsive histogram according to no. of elements.
- different colors for ith, jth element to better understand what is happening.
- Shuffle array.
- Add more algorithms.
- Add a code section for algorithms.
- Provide way for custom delay.