Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

readme.md

SORTING ALGORITHMS

The following sorting algorithms are present in this repository:
- Bubble sort
- Insertion sort
- Selection sort
- Merge sort
- Quick sort
- Count sort


Criteria for analysing sorting algorithms

  • Number of comparisons
  • Number of swaps
  • Adaptive or not
  • Stable or not
  • Extra memory