Skip to content

Tests 4 different methods of sorting and finds the most efficient one in 4 different categories.

Notifications You must be signed in to change notification settings

ksingh0/Sorting-Efficiency

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Sorting-Efficiency

Tests 4 different methods of sorting (selection, bubble, insertion, quick) and finds the most efficient one in 4 different categories. Compares how many loops, shifts, and checks each sort performs in addition to how fast their processing time is and outputs the most efficient in each category. Allows the user to choose how many numbers they would like randomly generated. Also asks the user if they would like it to be sorted in ascending or descending order.

Sample Screenshot

App Screenshot

About

Tests 4 different methods of sorting and finds the most efficient one in 4 different categories.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages