Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/programmershri/sorting-algorithm-visualizer
Using this app you can visualize the actual way of sorting. (Ya! Click the below link for demo)
https://github.com/programmershri/sorting-algorithm-visualizer
algorithms-and-data-structures algorithmvisualizer datastructure dsa-algorithm project reactjs visualizer
Last synced: about 9 hours ago
JSON representation
Using this app you can visualize the actual way of sorting. (Ya! Click the below link for demo)
- Host: GitHub
- URL: https://github.com/programmershri/sorting-algorithm-visualizer
- Owner: ProgrammerShri
- Created: 2021-11-01T08:25:20.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-02-15T17:21:46.000Z (9 months ago)
- Last Synced: 2024-05-02T03:37:56.812Z (6 months ago)
- Topics: algorithms-and-data-structures, algorithmvisualizer, datastructure, dsa-algorithm, project, reactjs, visualizer
- Language: JavaScript
- Homepage: https://sorting-algorithm-visualizer-sandy.vercel.app/
- Size: 10.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Sorting Algorithm Visualizer
![Screenshot from 2022-08-27 12-33-31](https://github.com/ProgrammerShri/Algorithm-Visualizer/blob/main/www_screencapture_com_2022-8-27_13_10.gif)
## Use Cases
Using this application you can explain anyone, How Sorting Algorithm Works ? Because this application visualize the way of sorting in realtime.
## Features
- 6 Algorithm Options
- Bar Size Randomly Change
- Length of Bar Customization (7-150)
- Visulaization Speed Customization (100ms - 1000ms)
- Sound Feature : You can listen the sorting status.## Algorithm Used
- Merge Sort
- Bubble Sort
- Insertion Sort
- Selection Sort
- Quick Sort
- Heap Sort## Tech Stack Used
- ReactJS for Frontend
- CSS3 for Desiging
- Data Structure for Algorithms
Open for Contribution
Thanks for visting in my repository