Skip to content

Sorting Visualizer is an interactive tool that visually demonstrates how various sorting algorithms like Bubble Sort, Quick Sort, and Merge Sort work. It features customizable array sizes and speeds, a real-time swap count, and multiple color themes, making it a fun and educational way to explore sorting algorithms. Perfect for developers

Notifications You must be signed in to change notification settings

Muszic/sorting-visualiser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sorting Visualizer

Sorting.Visualizer is a web app for visualizing a bunch of different sorting algorithms Like

  1. Selection Sort.
  2. Bubble Sort.
  3. Insertion Sort.
  4. Merge Sort.
  5. Quick Sort.
  6. Heap Sort.

With the functionality of ⏳(Processing Speed Control) and 📏(Array Size Control)

⚙ How it works ?!


_Here in our model, each element value is represented by THE SIZE OF THE BAR and the algorithms sort them by placing the smallest elements on the left and the biggest elements on the right

_The algorithms moves the items around by swapping elements, Without using any addational memory with creating another array.

📷 ScreenShots


image image image

**_ made by Sangeet([email protected])

About

Sorting Visualizer is an interactive tool that visually demonstrates how various sorting algorithms like Bubble Sort, Quick Sort, and Merge Sort work. It features customizable array sizes and speeds, a real-time swap count, and multiple color themes, making it a fun and educational way to explore sorting algorithms. Perfect for developers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published