DEV Community

Aviral Singh
Aviral Singh

Posted on

Learn some sorting✔️


First step to my successful career
Today I learned about some(4) sorting techniques and writes code in c language :

  1. Insertion sort
  2. Selection sort
  3. Merge sort
  4. Quick sort
  5. Bubble sort (I already know about it very well)

Top comments (0)