https://github.com/jayexdesigns/sorting-algorithm-visualizer
A simple visualizer for common sorting algorithms
https://github.com/jayexdesigns/sorting-algorithm-visualizer
algorithm sorting-algorithms vanilla-javascript visualization
Last synced: about 2 months ago
JSON representation
A simple visualizer for common sorting algorithms
- Host: GitHub
- URL: https://github.com/jayexdesigns/sorting-algorithm-visualizer
- Owner: JayexDesigns
- Created: 2021-10-02T16:53:29.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-23T19:39:13.000Z (almost 4 years ago)
- Last Synced: 2025-05-02T10:11:33.286Z (7 months ago)
- Topics: algorithm, sorting-algorithms, vanilla-javascript, visualization
- Language: JavaScript
- Homepage:
- Size: 310 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

Sorting Algorithm Visualizer
Sorting algorithms can be visually represented and they're actually quite interesting to look at
Usage
There is a button for each algorithm and a button for shuffling the elements, down the page, there is also an input for the amount of elements you want to create (keep in mind the more elements you add the longer it will take).
Bubble
Insertion
Selection
TRY IT!