Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 776 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 776 Bytes

SORTING-VISUALIZER

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

Live- sorting visualizer

Code- sort visualizer code

Purpose

This sorting visualizer web application helpful to the beginners in programming to easily understand the working of sorting algorigthms by visualizing them.

Project Features

This application visualize the following sorting algorithms:

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

also includes speed controler , custom size of array , array refresher.