Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
connormcmanigal authored May 30, 2024
1 parent ded9650 commit f0b0dc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Connor McManigal and Peyton Politewicz

- Implemented MergeSort, QuickSort, InsertionSort, ShellSort, BucketSort, RadixSort,
- Implemented MergeSort, QuickSort, InsertionSort, ShellSort, BucketSort, and RadixSort
- Created BinaryInsertionSort in an effort to improve InsertionSort runtimes and Simple Tim Sort to improve MergeSort runtimes
- Compared time complexity of each on truly random generated arrays and almost sorted generated arrays at sizes 1000, 2000, 4000, 8000, and 16000
- Evaluated and compared empirical and theoretical big-O as datasets scaled in size
Expand Down

0 comments on commit f0b0dc2

Please sign in to comment.