Interactive tool for visualizing sorting algorithms with player functionality. You can pause, rewind, and adjust the speed of the algorithm's execution for in-depth analysis.
Check out the Sorting Algorithm Visualizer for a live demo.
- React
- TypeScript
- Sorting Algorithm (Bubble Sort, Selection Sort, Quick Sort, etc.)
Use Node 20.x
npm install
- install dependenciesnpm run dev
- run a dev server
If you have ideas for improvements or want to contribute to the project, please feel free to fork the repository, make your changes, and submit pull requests.
This project is licensed under the MIT License - see the LICENSE file for details.