GitHunt

Data Structures ๐Ÿ’ป

Comparison of sorting algorithms

Proiect1_SD is a PowerPoint were I compared 5 sorting algorithms based on their time complexity. For every tipe of input I made a BEST/WORST top. The file input I used is date.in. A side conclusion of this project is that Radix Sort is faster than Quick Sort in 85% cases. In the other 15% cases the time difference is very small.

The sorting algorithms used are:

  1. Radix Sort
  2. Merge Sort
  3. Shell Sort
  4. Counting Sort
  5. Quick Sort

Languages

C++100.0%

Contributors

Created March 14, 2022
Updated December 21, 2024
DariaClem/Comparison-of-sorting-algorithms | GitHunt