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:
- Radix Sort
- Merge Sort
- Shell Sort
- Counting Sort
- Quick Sort