Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 307 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 307 Bytes

sorting-algorithms-analysis

First Data Structures homework

Implemented various sorting algorithms in C++ and compared their time complexities (here are some graphs with the results).

Compared algorithms:

  • Counting Sort
  • Heap Sort
  • Shell Sort
  • Merge Sort
  • Radix Sort