OpenGenus / cosmos

World's largest Contributor driven code dataset | Used in Quark Search Engine, @OpenGenus IQ, OpenGenus Visual Project
http://internship.opengenus.org
GNU General Public License v3.0
13.55k stars 3.67k forks source link

Duplicate quicksort.cs #1680

Open ritwik12 opened 6 years ago

ritwik12 commented 6 years ago

I can see two implementations of quicksort for C#. One as quickSort.cs and another as quick_sort.cs. According to me, we should choose the best of them whenever we have two codes for the same language. Rest is on you guys :)

arnavb commented 6 years ago

I vote keeping the second one, since it is more generic. Resolved in #1697

arnavb commented 6 years ago

This issue can be closed now