Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ankitjha2202/sorting-visualizer
A Simple Sorting Visualizer which visualises sorting algorithms like Bubble sort, Heap Sort, Insertion Sort, Quick Sort using HTML, CSS and JavaScript
https://github.com/ankitjha2202/sorting-visualizer
css html javascript sorting-algorithms
Last synced: 4 days ago
JSON representation
A Simple Sorting Visualizer which visualises sorting algorithms like Bubble sort, Heap Sort, Insertion Sort, Quick Sort using HTML, CSS and JavaScript
- Host: GitHub
- URL: https://github.com/ankitjha2202/sorting-visualizer
- Owner: Ankitjha2202
- Created: 2022-07-24T18:27:12.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-04-28T06:35:59.000Z (over 1 year ago)
- Last Synced: 2023-04-28T07:34:25.562Z (over 1 year ago)
- Topics: css, html, javascript, sorting-algorithms
- Language: JavaScript
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sorting-Visualizer
![Sorting Visualizer](https://i.postimg.cc/xTJxmN7s/Whats-App-Image-2023-04-28-at-11-48-25.jpg)
A web application that visualizes various sorting algorithms in action.
## Built With
- HTML, CSS, JavaScript
## Algorithm
[Bubble Sort](https://en.wikipedia.org/wiki/Bubble_sort)
[Insertion Sort](https://en.wikipedia.org/wiki/Insertion_sort)
[Heap Sort](https://en.wikipedia.org/wiki/Heapsort)
[Quick Sort](https://en.wikipedia.org/wiki/Quicksort)
[Merge Sort](https://en.wikipedia.org/wiki/Merge_sort)
## Demo
Check out the live demo [here](https://aj-sorting-visualizer.netlify.app/).
## Installation
1. Clone the repo using git clone https://github.com/Ankitjha2202/Sorting-Visualize.git
2. Open `index.html` in your browser