Skip to content

Latest commit

 

History

History
18 lines (9 loc) · 207 Bytes

README.md

File metadata and controls

18 lines (9 loc) · 207 Bytes

SortingAlgorithms

Major sorting algorithms and their implementation in C++.

Algorithms implemented :

  1. Selection sort

  2. Bubble sort

  3. Insertion sort

  4. Merge sort

  5. Quick sort