Skip to content

vikrant-3009/Sorting-Menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Sorting-Menu

Implementation of Sorting Programs in C:

  1. BUBBLE SORT
  2. SELECTION SORT
  3. INSERTION SORT
  4. MERGE SORT
  5. QUICK SORT
  6. COUNTING SORT
  7. HEAP SORT