This project allows you to visualize various sorting algorithms:
- Bubble Sort
- Selection Sort
- Insertion Sort
- Merge Sort
Every algorithm will be accompanied by information regarding its own functioning and time complexity.
We will also provide code examples with various porgramming languages including C, Python and Javascript.
npm install
npm run serve
npm run build
Pull requests are welcome.
For major changes, please open an issue first to discuss what you would like to change.