A web-based sorting visualizer built with HTML, CSS, and JavaScript. This application visually demonstrates how different sorting algorithms work by animating the sorting process. Users can generate a random array and see how the array elements are sorted step-by-step.
- Generate a random array of numbers
- Visualize sorting algorithms in action
- Basic sorting algorithms included: Bubble Sort, Selection Sort, Insertion Sort
- Frontend: HTML, CSS, JavaScript