I created this small project as a way to practice my JavaScript skills, as I am currently learning it. It was just an idea that came to me randomly, and I decided to give it a try.
Welcome to Sort Visualizer! This project is a visualization tool for various sorting algorithms. It allows you to see how different sorting algorithms work in real-time, helping you understand their efficiency and behavior.
- Real-time visualization of sorting algorithms
- Multiple sorting algorithms to choose from
Sort Visualizer currently supports the following sorting algorithms:
- Bubble Sort
- Selection Sort
- Merge Sort
- Quick Sort
Contributions are welcome! If you have any ideas, bug reports, or feature requests, please open an issue or submit a pull request. Make sure to follow the project's code of conduct.
- Vite - https://vitejs.dev/
- Vanilla JavaScript - https://developer.mozilla.org/en-US/docs/Web/JavaScript
- Vanilla CSS - https://developer.mozilla.org/en-US/docs/Web/CSS