An interactive sorting algorithm visualizer that helps you understand how different sorting algorithms work through animations and step-by-step visualization.
- 
Real-time Visualization: Watch how each sorting algorithm manipulates data in real-time
 - 
Multiple Algorithms: Choose from various classic sorting algorithms:
- Bubble Sort
 - Selection Sort
 - Insertion Sort
 - Quick Sort
 
 - 
Educational Tool: Perfect for learning and understanding sorting algorithms
 
- Visit SortingDemo
 - Select your desired sorting algorithm
 - Set the array values manually if needed
 - Click 'Start' to begin the visualization
 
# Clone the repository
git clone https://github.com/1337Xcode/sortingdemo.git
# Navigate to the project directory
cd sortingdemoThis project is licensed under the MIT License - see the LICENSE file for details.
~ Inspired by sorting-visualizer & Made with ❤️ by 1337XCode ~