https://github.com/fedorse/sorting-algorithm-visualizer
https://github.com/fedorse/sorting-algorithm-visualizer
algorithm-visualization data-visualization react sorting-algorithms sorting-visualization typescript
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fedorse/sorting-algorithm-visualizer
- Owner: Fedorse
- License: mit
- Created: 2024-07-23T11:59:58.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-09-11T08:54:01.000Z (9 months ago)
- Last Synced: 2025-03-29T19:34:32.601Z (3 months ago)
- Topics: algorithm-visualization, data-visualization, react, sorting-algorithms, sorting-visualization, typescript
- Language: TypeScript
- Homepage: https://algorithms-virid.vercel.app
- Size: 1.19 MB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Interactive Sorting Algorithm Visualizer
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](https://algorithms-virid.vercel.app/) for a live demo.

## Technologies
- React
- TypeScript
- Sorting Algorithm (Bubble Sort, Selection Sort, Quick Sort, etc.)## Run locally
Use Node 20.x
- `npm install` - install dependencies
- `npm run dev` - run a dev server## Contribution
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.
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE.txt) file for details.