deutranium / Algorithms

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

implemented quick sort algo using c# #197

Closed gabrielhs1357 closed 3 years ago

gabrielhs1357 commented 3 years ago

This PR implements the code for Quick Sort in C# referred in issue #40.

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

codelixir commented 3 years ago

Hey, @gabrielhs1357! according to this repo's CONTRIBUTING.md, you are supposed to comment on the corresponding issue (#40 in this case) before making a PR.

Merging this for now, but please keep this in mind in the future : )