creating a new file for sorting#2
creating a new file for sorting#2radhikasethi2011 wants to merge 1 commit intodarpanjbora:masterfrom radhikasethi2011:patch-1
Conversation
All sorting algorithms can be a part of this folder.
|
Please accept the new commit to master. |
Hi, @radhikasethi2011. Please contribute some algorithms for your PR to get approved. Only creating a folder won't be counted as a valid PR. Thanks. |
|
How do i add files into this folder then? i can't find it, that's why |
Fork the repo. Clone it into your local. Add the new folder 'sorting' in the base folder. Create new files within the folder. Once done, create a PR. |
|
Okay, i'm working on it! |
MergeSort is already added. Please fetch the code with the latest commits. |
|
I'm new to github. can you let me know if BubbleSort is added too? Can I make a PR for that |
|
I was working on sorting, but i see, you've already added a new folder for sorting. With all kinds of sorts. |
|
Yes, it is added too. You can check the already added sorting algorithms here. You can contribute by adding any other algorithm (Not necessarily to be a sorting algorithm). And yes, sorting folder wasn't there initially. But people contributed and added sorting algorithms already. That's why I asked you to fetch the code with the latest commits. Since multiple PRs have been merged already. |
All sorting algorithms can be a part of this folder.