Bijay555 / Hacktoberfest-Algorithms

This repository is mainly open to those who are looking to make some PRs for the Hacktoberfest 2020 event. In this repository, you can add programs on some useful algorithms for Competitive Programming in any languages.
47 stars 99 forks source link

Create 4_sorts.c #126

Open Pratyushraj2121 opened 4 years ago

Pratyushraj2121 commented 4 years ago

As suggested, I have put the Sorting codes in Sort file. The code includes: -Selection Sort -Insertion Sort -Merge Sort -Quick Sort

Please merge!

Thank You!