Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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