deutranium / Algorithms

Short explanations and implementations of different algorithms in multiple languages
48 stars 98 forks source link

C: implemeted cocktail sort in C #187

Closed Mayuresh-loves-cpp closed 3 years ago

Mayuresh-loves-cpp commented 3 years ago

This PR implements the code for cocktail sort in C referred in issue #177

I have read the contributing guidelines in CONTRIBUTING.md and have ensured the following:

Mayuresh-loves-cpp commented 3 years ago

i've updated the pull request comment with given template