-
Notifications
You must be signed in to change notification settings - Fork 492
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
Add a Competitive Programming Algorithm or Question. #1
Comments
Hey @kothariji , Can I add the long challenge solutions? |
@godslayer201 yeah sure! just add (CODECHEF) as a prefix to the file name and upload it to the particular folder like graphs or bits etc. |
Added the same. Please review my PR and let me know if I should add anything. P.S : I will add the solutions,have just created the folder. |
@godslayer201 No No. actually, we are arranging questions based on topics. So like you solved a question https://www.codechef.com/SEPT20B/problems/FINXOR of September Long challenge then add this question in the bits manipulation folder with name (CODECHEF)_Find_XOR.cpp. No need to create a separate folder for CodeChef. Anyways thank you for contributions |
can i add any topic ? |
sure go ahead and add any topic relevant to competitive coding which is not previously formed!!! |
Your profile looks great with all kind of resources required for a competitive programmer. I would love to contribute. |
@pradumio sure go ahead. Keep Contributing 🏆🥇🏆🥇 |
Sure! |
@kothariji Sure. I would do it that way and make the PR accordingly. |
why i unable to push ? it shows permission denied, sorry i am newbie on git |
Great ! |
@chhipanikhil9 fork the original repository and then clone your forked repo. for more guidancence refer this - https://stackoverflow.com/questions/17857283/permission-denied-error-on-github-push |
thanks for helping me in my first PR :) |
Welocme to the world of OpenSource 🎊🎊 |
@kothariji Please review my PR. |
Hey can I add solutions to A2oj ladder B? |
Sure @shreenanda-8 |
Hey, can I add Solution for Design Add & Search Words Data Structure (Trie) |
sure add a separate folder Trie and then push you code |
Hello, I'm a newbie on opensource and have a bit of experience in competitive coding. I would like to contribute to this repo, could you please assign me this issue. |
yes, go ahead. |
Hello, I've sent prs adding codes in some sections, could you please have a look. |
|
Hello, I saw you merged my previous pull request, thanks! |
Hey, in Codeforces, single question contains multiple tags. |
Added a Leetcode Probem. Please review my PR.. |
can i contribute to this issue |
#1 added file of KMEX problem in codechef
Added Leetcode solution for Linked List.
please assign this issue to me! |
Please assign this issue to me |
Adding BinarySearch problems as no #1
Please assign this issue to me |
I have a solution, Please assign this issue to me. |
hey @kothariji , i would like to add solution of code jam qualification round problems . |
Please give issue to me |
I'd like to do this. Please assign this issue to me. |
Hi, can you please assign me this task. |
@kothariji please review my PR. |
@kothariji review my Pull Request please |
Step 1 - Fork this repository.
Step 2 - Clone the repository to yuor local machine.
Step 3 - Resolve this bugs, mentions provided in the Issues section of the repository. Also add a description what changes you ahve done.
Step 4 - Add the changes to your repository.
Step 5 - Create a PULL Request. And that's all.
NOTE - Please start the filename with platform name on which theproblem was solved. For eg if you are submitting graph problem from codechef then mention filename as (CODECHEF) chefandgraph.cpp.
The text was updated successfully, but these errors were encountered: