deutranium / Algorithms

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

Added Shell Sort in C #245

Closed keshav2712 closed 2 years ago

keshav2712 commented 2 years ago

This PR implements the code for Shell Sort in C

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

codelixir commented 2 years ago

Looks good, thanks for contributing!