Skip to content

This is the first project for Algorithms class. We are to implement four different sorting algorithms and compare their time taken.

Notifications You must be signed in to change notification settings

trumpet2012/Algo-Sorting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Algo-Sorting

This is the first project for Algorithms class. We are to implement four different sorting algorithms and compare their time taken.

The best of the four sorting algorithms I tested was by far Quicksort. Conversely the absolute worst was Bubble sort. These findings can be seen in the screenshots provided below.

Screenshots

Sorting Algorithms Bubble Sort Insertion Sort Selection Sort Quicksort

About

This is the first project for Algorithms class. We are to implement four different sorting algorithms and compare their time taken.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages