Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 433 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 433 Bytes

Sorting Algorithm Visualizer

This is a project that shows a visual version of sorting algorithms we know about such as : Bubble Sort , Insertion Sort , Selection Sort , Quick Sort , Merge Sort.

This can be used to showcase new students, how does an alogorithm regarding sorting works. This will make it easy for new students to understand the sorting mechanism and also help them build a visual representation regarding sorting.