Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 179 Bytes

File metadata and controls

9 lines (8 loc) · 179 Bytes

#Sorting in C

Types of sorting in different programming lanaguages.

Implemented the following Sorting Algorithms:-

  1. Bubble Sort
  2. Heap Sort
  3. Merge Sort
  4. Quick Sort