/Sorting-Visualizer

This project is a simple sorting visualizer written in vanilla javascript. A good practice for beginners. Time-delayed animations are provided so as for the user to easily able to visualize and understand the concepts of different sorting techniques.

Primary LanguageJavaScript

Insertion Sort

Selection Sort

Merge Sort

Quick Sort