Skip to content

ishita6/Sorting-Algorithm-visualiser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Sorting-Algorithm-visualiser

This is a web application that can help you visualize how various sorting algorithms work.

Features

  • The application is responsive so it can work on mobile devices as well!
  • User can generate bars with random heights to sort from tallest to the shortest.
  • User can adjust the number of bars from 20 to 100 on mobile devices and from 50 to 300 on larger devices.
  • User can adjust the speed of sorting.
  • User can select from any of the following sorting algorithms:
    • Bubble Sort
    • Insertion Sort
    • Selection Sort
    • Merge Sort
    • Quick Sort

Screenshots

random sorted_red

  • Bubble Sort

bubble

  • Insertion Sort

insertion

  • Selection Sort

selection

  • Merge Sort

merge

  • Quick Sort

quick

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published