Skip to content

Latest commit

 

History

History
42 lines (32 loc) · 1.52 KB

README.md

File metadata and controls

42 lines (32 loc) · 1.52 KB

sortingdemo

An interactive sorting algorithm visualizer that helps you understand how different sorting algorithms work through animations and step-by-step visualization.

MIT License Live Demo

Features

  • 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

Getting Started

  1. Visit SortingDemo
  2. Select your desired sorting algorithm
  3. Set the array values manually if needed
  4. Click 'Start' to begin the visualization

Development

# Clone the repository
git clone https://github.com/1337Xcode/sortingdemo.git

# Navigate to the project directory
cd sortingdemo

License

This project is licensed under the MIT License - see the LICENSE file for details.

Links


~ Inspired by sorting-visualizer & Made with ❤️ by 1337XCode ~