Skip to content

yashzod/Sorting-Algorithm-Visualization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Sorting-Algorithm-Visualization

Step 1. Enter size of array in the box next to "Size of array(10-150)"

    ## The size should be in the range(10,150) inclusive
    ## If the size entered is less than 10, the program sets the value of size=10
    ## If the size entered is more than 150, the program sets the value of size=150

Step 2. Enter speed of vivalization in the box next to "speed(1-100)"

    ## The size should be in the range(1,100) inclusive
    ## If the size entered is less than 1, the program sets the value of size=1
    ## If the size entered is more than 100, the program sets the value of size=100

Step 3. Select the algorithm by clicking on the button with respective name.

    ## If first two steps are skipped, the program will randomly set size of array and the speed of visualization.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages