AlgoGenesis / C

AlgoGenesis is a centralized open-source platform dedicated to providing optimized and well-documented algorithm implementations in C. Perfect for both beginners and advanced users, this repository serves as a comprehensive learning resource for solving algorithmic challenges.
MIT License
20 stars 35 forks source link

[NEW ALGORITHM]: Merge Sort and Selection Sort #87

Open himanshu-sheetlani opened 17 hours ago

himanshu-sheetlani commented 17 hours ago

Description:

I want to add two of the most important sorting algorithms Merge Sort and Selection Sort in the Sorting Algorithms section of this repository

Checklist:

Additional Information:

harish08102004 commented 14 hours ago

Hey @himanshu-sheetlani I can work on this.