- 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.
-
Notifications
You must be signed in to change notification settings - Fork 0
Munkh09/Sorting_Algorithms_Implementation
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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 0
No packages published