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: 8 months 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 (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-02-15T17:21:46.000Z (almost 2 years ago)
- Last Synced: 2025-05-18T20:07:05.303Z (9 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

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