neilchauhan2 / Git_first

trying git
1 stars 57 forks source link

Implement Quick Sort in C++ programming language #21

Open neilchauhan2 opened 5 years ago

neilchauhan2 commented 5 years ago

Implement Quick Sort in C++ programming language, with well explaining comments. Please make sure the code is easy to understand, since this repo is for beginners. Please create a separate file named, QuickSort.cpp.

falafel72 commented 5 years ago

I'll work on this!

Knee3 commented 5 years ago

I've created a PR(#31), please review the changes.