Skip to content

Sorting visualizer with selection, bubble, and merge sort options.

Notifications You must be signed in to change notification settings

HighwayChile/Python-Project-06-CS162

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Python-Project-06-CS162

Sorting visualizer with selection, bubble, and merge sort options.

Hello, There is a single module version and also one that is split into two modules, including a SortList class.

Both versions work okay, the single module tends to crash, and the split version accepts multiple inputs when I do not want it to. But the sorting aspect works if reset, then run again.

JUMBLE creates a new list SELECTION sorts the list select-style BUBBLE sorts the list bubble-style MERGE sorts teh list merge-style

Use the slider to select number of bars, then hit JUMBLE to generate that new list

Use dropdown menu to choose speed.

About

Sorting visualizer with selection, bubble, and merge sort options.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages