Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 830 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 830 Bytes

Sorting-Visualiser

The "Sorting Algorithm Visualization Website" is a user-friendly platform designed to provide a visual representation of various sorting algorithms, including Bubble, Quick, Selection, Insertion, and Merge sort. The website offers an interactive and aesthetically pleasing interface implemented using NodeJS and Bootstrap. Users can observe how each sorting algorithm operates on an array of numbers, gaining insight into their efficiency and behavior. The site also enables users to adjust the array size and visualization speed, allowing for a comprehensive understanding of how different input sizes and processing speeds affect algorithm performance. Overall, the website serves as an educational tool to help individuals grasp the concepts behind these sorting algorithms through hands-on visualization.