Skip to content

1337Xcode/sortingdemo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 ~

About

Visual demonstration of basic sorting algorithms

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 75.1%
  • HTML 16.1%
  • CSS 8.8%