Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 182 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 182 Bytes

Sorting Algorithms

This is a solution containing all the major sorting algorithms.

  1. Bubble Sort
  2. Selection Sort
  3. Insertion Sort
  4. Merge Sort
  5. Quick Sort