This project is a Sorting Visualizer built using Java Swing.
It demonstrates the step-by-step working of common sorting algorithms:
- Bubble Sort
- Selection Sort
- Merge Sort
- Visualizes how sorting algorithms work in real time.
- Color-coded bars for better understanding.
- Adjustable delay to control animation speed.
- Supports multiple sorting algorithms:
- ๐ฆ Bubble Sort
- ๐ฉ Selection Sort
- ๐จ Merge Sort
- Blue bars โ Unsorted values
- Cyan/Yellow bars โ Elements being compared
- Green bars โ Sorted portion