(Not Complete Yet)
A simple web-based application to visualize sorting algorithms in real-time.
- Visualize Bubble Sort, Selection Sort, and Insertion Sort
- Adjustable array size
- Adjustable animation speed
- Color-coded bars:
- Red: currently comparing
- Green: sorted
- Steelblue: unsorted
- Open
index.htmlin a web browser - Select a sorting algorithm from the dropdown
- Adjust array size and speed if desired
- Click "Generate New Array" to create a random array
- Click "Start Sorting" to see the visualization
index.html- main HTML filestyle.css- styling for the bars and layoutscript.js- JavaScript logic for generating the array and sorting
MIT License