Skip to content

ValentinMaftei/Sorting-algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Sorting-algorithms

Comparație între 5 algoritmi de sortare și sortarea din STL în C++. Algoritmii de sortare utilizati:

Comparison between 5 sorting algorithms and sorting from the STL in C++. Sorting algorithms used:

  1. Heap sort
  2. Shell sort
  3. Radix sort
  4. Merge sort
  5. Quick sort

Rezultate (Results):

1 2 Capture