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.53k stars 3.67k forks source link

Repetition of Quick_Sort Algorithm in the repository ! #1878

Open yatharthshahjpr opened 6 years ago

yatharthshahjpr commented 6 years ago

In the following repository : - https://github.com/OpenGenus/cosmos/tree/master/code/divide_conquer

Quick sort algorithm is repeated twice and two codes for quick sort in C language are there.............I think we should merge both the folders and put all the codes for Quick_sort their itself !

arnavb commented 6 years ago

This cannot be done, as seen in this issue: #1047 and PR #1097. AdiChat said this cannot happen.

AdiChat commented 6 years ago

In this case, the two quick sorts folders must be merged as they are in the same directory divide and conquer.

😄 I meant duplicate folders in two different directories shall exist not in the same directory