- Visualizes various sorting algorithms.
- Allows changing speed of the animation to better understand the algorithms.
- Allows changing the size of array from 20-200.
- Sorting Algorithms visualized:
- Merge Sort
- Bubble Sort
- Selection Sort
- Insertion Sort
- Heap Sort
- Quick Sort
You can access it here: https://amritpal26.github.io/sorting_visualizer/
npm install
npm run serve
npm run build
npm run lint
