Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: about 21 hours ago
JSON representation

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.

![demo](https://github.com/user-attachments/assets/efba11d2-415d-41bf-83d2-0b7b4d30bd3f)

## 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.