-
Notifications
You must be signed in to change notification settings - Fork 62
creating a new file for sorting #2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
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.