Skip to content

Fedorse/Sorting-Algorithm-Visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Sep 11, 2024
b1e0411 · Sep 11, 2024

History

63 Commits
Sep 10, 2024
Sep 11, 2024
Jul 23, 2024
Jul 23, 2024
Sep 10, 2024
Sep 10, 2024
Aug 28, 2024
Sep 11, 2024
Sep 11, 2024
Sep 11, 2024
Aug 9, 2024
Aug 9, 2024
Sep 10, 2024
Sep 10, 2024
Aug 24, 2024
Aug 7, 2024

Repository files navigation

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 for a live demo.

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 file for details.