Skip to content

abhi280403/sorting-visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sorting-Visualizer

The Sorting Visualizer is a simple web application that allows you to visualize sorting algorithm in action. It provides a visual representation of the sorting process, making it easier to understand how these algorithms work and how they affect the order of elements in a collection.

Features

  • Visualize popular sorting algorithm Mergesort

  • Clear and regenerate the array for a new sorting run

Run Locally

Clone the project

  git clone https://github.com/abhi280403/sorting-visualizer.git

Go to the project directory

  cd my-project

Install dependencies

  npm install

Start the server

  npm run start

Tech Stack

Front-end: html,css,javascript

Usage

  • Upon opening the Sorting Visualizer, you will see a two buttons named merge sort and generate new array
  • upon pressing generate new array every time you can get the new array every time
  • upon pressing the button merge sort u can visualize the merge sort on the screen with different colors.
  • The heights of bars on the screen represent the elements of array.

screenshots

Screenshot 2023-07-05 141230

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published