Skip to content

isha-24/Sorting-Visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sorting Visualizer

A web-based Sorting Visualizer project that allows users to visualize various sorting algorithms in real-time.

Features

  • Visualize sorting algorithms: Bubble Sort, Insertion Sort, Merge Sort, Quick Sort, and Selection Sort.
  • Adjustable speed: Control the animation speed of the sorting process.
  • Customizable array size: Set the size of the array to be sorted.
  • Dark and Light themes: Choose between dark mode and light mode for a personalized experience.

Demo

Link to live demo

Installation

  1. Clone the repository: git clone https://github.com/your-username/sorting-visualizer.git
  2. Open the project directory: cd sorting-visualizer
  3. Open the index.html file in your preferred web browser.

Usage

  1. Select a sorting algorithm from the dropdown menu.
  2. Adjust the speed slider to control the animation speed.
  3. Use the array size slider to set the size of the array to be sorted.
  4. Click the "Sort" button to start the visualization.
  5. Observe the bars representing the array being sorted in real-time.

Technologies Used

  • HTML
  • CSS
  • JavaScript

Contributing

Contributions are welcome! If you have any suggestions or improvements, please submit a pull request.

About

Visualize various sorting algorithm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors