https://github.com/mttcrn/sorting-visualizer
Sorting Algorithms Visualizer
https://github.com/mttcrn/sorting-visualizer
javascript sorting-algorithms-implemented sorting-visualization
Last synced: 6 months ago
JSON representation
Sorting Algorithms Visualizer
- Host: GitHub
- URL: https://github.com/mttcrn/sorting-visualizer
- Owner: mttcrn
- Created: 2023-09-20T21:35:34.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-25T20:36:18.000Z (about 2 years ago)
- Last Synced: 2023-09-27T06:28:16.342Z (about 2 years ago)
- Topics: javascript, sorting-algorithms-implemented, sorting-visualization
- Language: JavaScript
- Homepage: https://mttcrn.github.io/sorting-visualizer/
- Size: 86.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sorting Visualizer
Sorting Visualizer is a web application that allows you to visualize various sorting algorithms in action. It provides a visual representation of how different sorting algorithms work, making it an educational tool for understanding sorting techniques.
You can try it live [here](https://mttcrn.github.io/sorting-visualizer/).
## Features
- Implemented algorithms:
- Bubble Sort
- Selection Sort
- Insertion Sort
- Quick Sort
- Merge Sort
- Heap Sort
- Counting Sort
- Adjust the sorting speed to observe the algorithms at different paces.
- Randomize the input data for different sorting scenarios.
- Learn about each sorting algorithm's description and characteristics.