Skip to content

Subham7201/sorting_visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sorting Visualizer

Description

This Sorting Visualizer is a web application built with vanilla JavaScript, HTML, and CSS. It allows you to visualize various sorting algorithms in action, including Bubble Sort, Insertion Sort, Merge Sort, Quick Sort, and Selection Sort. Additionally, you can generate a random array and adjust the visualization speed.

Project Demo

Check out the live demo of the project here.

Features

Sorting Algorithms

  • Bubble Sort
  • Insertion Sort
  • Merge Sort
  • Quick Sort
  • Selection Sort

Array Generation

  • Generate a random array for sorting visualization.

Visualization Speed

  • Adjust the speed of the visualization.

Screenshots

Sorting Visualizer

Usage

  • Select a sorting algorithm from the dropdown menu.
  • Adjust the array size using the corresponding dropdown menu.
  • Adjust the speed of the visualization using the speed dropdown menu.
  • Click the "Generate array" button to randomly generate an array for sorting visualization.
  • Click the "Sort" button to start the visualization of the selected sorting algorithm.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published