https://github.com/princeinscripts/sorting-visualizer
I created a sorting visualizer website that dynamically displays various sorting algorithms. Users can adjust the speed and array size using sliders and view the corresponding code in JavaScript and C++, along with time and space complexity. The site is designed to be responsive.
https://github.com/princeinscripts/sorting-visualizer
algorithm-visualization cpp javascript react responsive-design sorting-algorithms space-complexity time-complexity
Last synced: about 2 months ago
JSON representation
I created a sorting visualizer website that dynamically displays various sorting algorithms. Users can adjust the speed and array size using sliders and view the corresponding code in JavaScript and C++, along with time and space complexity. The site is designed to be responsive.
- Host: GitHub
- URL: https://github.com/princeinscripts/sorting-visualizer
- Owner: PrinceInScripts
- Created: 2024-07-30T14:17:34.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-08-03T18:53:54.000Z (9 months ago)
- Last Synced: 2025-01-13T15:50:36.681Z (4 months ago)
- Topics: algorithm-visualization, cpp, javascript, react, responsive-design, sorting-algorithms, space-complexity, time-complexity
- Language: JavaScript
- Homepage: https://algo-sortingvisualizer.vercel.app/
- Size: 315 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React + Vite
This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
Currently, two official plugins are available:
- [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/README.md) uses [Babel](https://babeljs.io/) for Fast Refresh
- [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react-swc) uses [SWC](https://swc.rs/) for Fast Refresh