https://github.com/neuodev/sorting-visualizer
Program made with React and Material-UI for visualizing sorting algorithms. I built this application because I was fascinated by sorting algorithms, and I wanted to visualize them in action. Features: Prev and next buttons to control the steps, custom array sizes, custom sorting speed. Applying Heap Sort, Insertion Sort, Selection Sort, Quick Sort, Merge Sort, Bubble Sort
https://github.com/neuodev/sorting-visualizer
Last synced: about 1 year ago
JSON representation
Program made with React and Material-UI for visualizing sorting algorithms. I built this application because I was fascinated by sorting algorithms, and I wanted to visualize them in action. Features: Prev and next buttons to control the steps, custom array sizes, custom sorting speed. Applying Heap Sort, Insertion Sort, Selection Sort, Quick Sort, Merge Sort, Bubble Sort
- Host: GitHub
- URL: https://github.com/neuodev/sorting-visualizer
- Owner: neuodev
- Created: 2021-03-24T19:37:13.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-03-06T17:13:09.000Z (over 4 years ago)
- Last Synced: 2025-06-10T04:52:55.161Z (about 1 year ago)
- Language: JavaScript
- Size: 483 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sorting Visualizer
Program made with React and Material-UI for visualizing sorting algorithms.
I built this application because I was fascinated by sorting algorithms, and I wanted to visualize them in action.
Features: Prev and next buttons to control the steps, custom array sizes, custom sorting speed.
Applying Heap Sort, Insertion Sort, Selection Sort, Quick Sort, Merge Sort, Bubble Sort

