Hacktoberfest-Algorithms icon indicating copy to clipboard operation
Hacktoberfest-Algorithms copied to clipboard

Add divide and conquer algorithms in any language

Open Bijay555 opened this issue 4 years ago • 4 comments

  • [ ] Code should be of divide and conquer related.

  • [ ] Code should be clean and well commented

  • [ ] File should be in the format mentioned in README.md and your name should be their in the comment at the beginning

Bijay555 avatar Oct 05 '20 11:10 Bijay555

hello @Bijay555, I would like to bring this to your attention that Binary Search Quick Sort and Merge Sort comes under the Divide and Conquer Algorithms. So would it be ok if I add all these 3 to the repo?

hryxna avatar Oct 06 '20 13:10 hryxna

@hryxna I know but try to find unique since these are already there in sorting and searching algorithm folder

Bijay555 avatar Oct 06 '20 15:10 Bijay555

@Bijay555 I have already implemented both Quick Sort and Merge Sort recursively if you want to review it before let me create a pull request feel free to check my repo https://github.com/hryxna/Java-Algos Let me know if you want to add something other than that as well 😄

hryxna avatar Oct 06 '20 16:10 hryxna

guys look to particular folder and PR already created if particular algorithm is not there in particular language. you can write code and PR.

Bijay555 avatar Oct 08 '20 06:10 Bijay555