An open API service indexing awesome lists of open source software.

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

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

![Sorting Visalizer](/public/images/sorting-visualizer-1.png)

![Quick Sort](/public/images/sorting-visualizer-2.png)