Skip to content

Visual Sorting - Built JavaScript Application for visualizing Sorting Algorithms. Implemented Merge Sort, Quick Sort, Bubble Sort, Selection Sort, Insertion Sort.

Notifications You must be signed in to change notification settings

dhruvit07/Sorting-Visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sorting Visualizer

Responsive visualizer built using Vanila JavaScript for popular algorithms

cover See it in action

Welcome to Sorting Visualizer! I built this application because I was fascinated by sorting algorithms, and I wanted to visualize them in action. I hope that you enjoy playing around with this visualization tool just as much as I enjoyed building it.

This repo is an attempt to help in learning popular sorting algorithms by visualization

Helps to

  • understand the working of sorting algorithm
  • check total swaps required
  • check total comparisions
  • know the time taken (time is just an approximate unit for comparision)

Features

  • Sort any given array of 3 digits positive integers
  • Alter the speed of execution
  • Start, pause and reset the execution
  • Generate random array of numbers of sorting

Technologies

  • HTML5
  • CSS3
  • JavaScript

Run in your local

  • git clone https://github.com/Dhruvit07/sorting.git
  • open index.html (after navigating inside the directory)

Contributing Guide

Currently we are not accepting any contribution, we'll update as soon as we do.

About

Visual Sorting - Built JavaScript Application for visualizing Sorting Algorithms. Implemented Merge Sort, Quick Sort, Bubble Sort, Selection Sort, Insertion Sort.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published