Priyanshu120 / sorting-visualiser

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sorting algorithm visualizer

This is a web application built using HTML, CSS, Javascript to visualize classic sorting algorithms such as bubble, insertion, selection, merge, quick

Live- https://ornate-semolina-e4d061.netlify.app/

Purpose

I made this sorting visualizer web application to improve my skills more in HTML, CSS, and JS. And to help the beginners in programming to gain more knowledge and understanding on sorting algorigthms by visualizing them.

What the Sorting algorithms inside this application

This application supports the following sorting algorithms:

  1. Bubble Sort.
  2. Insertion Sort.
  3. Selection Sort.
  4. Merge Sort.
  5. Quick Sort.

About


Languages

Language:JavaScript 60.9%Language:HTML 20.0%Language:CSS 19.1%