A Python Tkinter application that visualizes popular sorting algorithms with animations.
- Sorting Algorithms: Bubble Sort, Merge Sort, Quick Sort
- Adjustable Array Size and Speed
- Option to input a Custom Array
- Visual highlights for comparisons, swaps, and sorted parts
- Clone this repo:
git clone https://github.com/YOUR-USERNAME/algorithms-visualizer.git cd algorithms-visualizer