https://github.com/nekruzash/sorting-algorithms
This is one of the assignments from CS2028 - Data Structures. This program tests Bubble Sort, Insertion Sort, Merge Sort, Quick Sort, Counting Sort, and Radix Sort for array sizes 10 to 100,000 and lists the efficiency for each sort.
https://github.com/nekruzash/sorting-algorithms
bubble-sort counting-sort cpp insertion-sort merge-sort quick-sort radix-sort
Last synced: 9 months ago
JSON representation
This is one of the assignments from CS2028 - Data Structures. This program tests Bubble Sort, Insertion Sort, Merge Sort, Quick Sort, Counting Sort, and Radix Sort for array sizes 10 to 100,000 and lists the efficiency for each sort.
- Host: GitHub
- URL: https://github.com/nekruzash/sorting-algorithms
- Owner: NekruzAsh
- License: mit
- Created: 2024-04-25T04:28:14.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-25T04:32:31.000Z (over 1 year ago)
- Last Synced: 2025-01-16T10:06:41.865Z (11 months ago)
- Topics: bubble-sort, counting-sort, cpp, insertion-sort, merge-sort, quick-sort, radix-sort
- Language: C++
- Homepage:
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sorting-algorithms
This is one of the assignments from CS2028 - Data Structures. This program tests Bubble Sort, Insertion Sort, Merge Sort, Quick Sort, Counting Sort, and Radix Sort for array sizes 10 to 100,000 and lists the efficiency for each sort.
Authors: Nekruz Ashrapov and Arvish Pandey