Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 646 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 646 Bytes

SORTING ALGORITHMS VIZUALIZER

Developed using HTML, CSS and Vanilla JavaScript, this web page will help in visualizing some of the major, commonly used, Sorting algorithms in Computer Science.

Link To The Page :- SORTING VISUALIZER

Supported Algorithms

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

DEMO