Skip to content

mahiworld/Sorting-Visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sorting Visualizer

This project provides a visual representation of various sorting algorithms. You can view how algorithms like Bubble Sort, Selection Sort, Merge Sort, Quick Sort, and Insertion Sort work in real-time, with customizable features like array size and sorting speed.

Features

  • Visual Representation: The bars represent elements in an array, and their heights change as the sorting algorithms are applied.
  • Customizable Options:
    • Change the number of bars (array size).
    • Adjust the sorting speed.
  • Multiple Sorting Algorithms:
    • Bubble Sort
    • Selection Sort
    • Merge Sort
    • Quick Sort
    • Insertion Sort
  • Dynamic Array Generation: You can generate new random arrays for sorting with the click of a button.

Demo

You can run the project locally to see the sorting visualizer in action.

Installation

  1. Clone the repository:
    git clone https://github.com/yourusername/sorting-visualizer.git
    
  2. Open index.html in your browser to run the visualizer locally.

Live Demo

You can try the Sorting Visualizer live by clicking the link below:

Sorting Visualizer - Live Demo

About

A platform where anyone can visualize how sorting algorithms works.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published