Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 470 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 470 Bytes

Sorting Visualizer

This project implements an animated demonstration of several quadratic (sequential), recursive (divide-and-conquer), and counting sorting algorithms.

Note: Some algorithms (particularly selection sort and insertion sort) deliberately perform additional swaps to provide needed delays in the animation.

Merge Sort Demo

The application is deployed on GitHub Pages: https://rishiskhare.github.io/sorting-visualizer/