Skip to content

This project contains order of growth analyses of Insertion Sort and Merge Sort algorithms as well as an implementation of Quick Sort.

Notifications You must be signed in to change notification settings

Munkh09/Sorting_Algorithms_Implementation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

  • In this project, I analyzed the order of growth of Merge Sort and Insertion Sort Algorithms, and implemented the Quick Sort Algorithm.
  • The sorting_project.pdf file contains the Order of Growth analysis of Merge Sort and Insertion Sort.
  • The PersonSorter class contains a Quick Sort algorithm that sorts an array of Person type by last name then by date of birth.
  • It also contains the Merge Sort that sorts by date of birth as well as an Insertion Sort that sorts by last name.

About

This project contains order of growth analyses of Insertion Sort and Merge Sort algorithms as well as an implementation of Quick Sort.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages