kothariji / competitive-programming

A one-stop Destination✏️ for all your Competitive Programming Resources.πŸ“—πŸ“• Refer CONTRIBUTING.md for contributions
642 stars 497 forks source link

Add a Competitive Programming Algorithm or Question. #1

Open kothariji opened 3 years ago

kothariji commented 3 years ago

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.

rachittshah commented 3 years ago

Hey @kothariji , Can I add the long challenge solutions?

kothariji commented 3 years ago

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.

rachittshah commented 3 years ago

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.

kothariji commented 3 years ago

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

chhipanikhil9 commented 3 years ago

can i add any topic ?

kothariji commented 3 years ago

can I add any topic?

sure go ahead and add any topic relevant to competitive coding which is not previously formed!!!

pradumio commented 3 years ago

Your profile looks great with all kind of resources required for a competitive programmer. I would love to contribute. hey, @kothariji can I add the solution of project Euler problem 42 in CPP?

kothariji commented 3 years ago

Your profile looks great with all kind of resources required for a competitive programmer. I would love to contribute. hey, @kothariji can I add the solution of project Euler problem 42 in CPP?

@pradumio sure go ahead. Keep Contributing πŸ†πŸ₯‡πŸ†πŸ₯‡

pradumio commented 3 years ago

Sure!

rachittshah commented 3 years ago

@kothariji Sure. I would do it that way and make the PR accordingly.

chhipanikhil9 commented 3 years ago

why i unable to push ? it shows permission denied, sorry i am newbie on git

kothariji commented 3 years ago

@kothariji Sure. I would do it that way and make the PR accordingly.

Great !

kothariji commented 3 years ago

why i unable to push? it shows permission denied, sorry I am a newbie on

@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

chhipanikhil9 commented 3 years ago

why i unable to push? it shows permission denied, sorry I am a newbie on

@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 :)

kothariji commented 3 years ago

why i unable to push? it shows permission denied, sorry I am a newbie on

@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 :confetti_ball::confetti_ball:

0ze3r0 commented 3 years ago

@kothariji Please review my PR.

shreenanda-8 commented 3 years ago

Hey can I add solutions to A2oj ladder B?

kothariji commented 3 years ago

Hey can I add solutions to A2oj ladder B?

Sure @shreenanda-8

PrakharPipersania commented 3 years ago

Hey, can I add Solution for Design Add & Search Words Data Structure (Trie)

kothariji commented 3 years ago

Hey, can I add Solution for Design Add & Search Words Data Structure (Trie)

sure add a separate folder Trie and then push you code

27Anurag commented 3 years ago

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. PS- would this contribution be counted towards hacktoberfest? Thanks!

kothariji commented 3 years ago

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. PS- would this contribution be counted towards Hacktoberfest? Thanks!

yes, go ahead.

27Anurag commented 3 years ago

Hello, I've sent prs adding codes in some sections, could you please have a look. Thanks! And let me know if any changes are required, I'm a beginner.

kothariji commented 3 years ago

Hello, I've sent prs adding codes in some sections, could you please have a look. Thanks! And let me know if any changes are required, I'm a beginner. sure!

27Anurag commented 3 years ago

Hello, I saw you merged my previous pull request, thanks! I have sent another pr, please look into it, Thanks!

shreenanda-8 commented 3 years ago

Hey, in Codeforces, single question contains multiple tags. Example: Greedy, math, sortings etc. In this case, where should I add the solution? (I mean, to which file should I add solution?)

kothariji commented 3 years ago

Hey, in Codeforces, single question contains multiple tags. Example: Greedy, math, sortings etc. In this case, where should I add the solution? (I mean, to which file should I add solution?)

In that case you can choose the most suitable topic and can add into that.

shreenanda-8 commented 3 years ago

Hey, in Codeforces, single question contains multiple tags. Example: Greedy, math, sortings etc. In this case, where should I add the solution? (I mean, to which file should I add solution?)

In that case you can choose the most suitable topic and can add into that.

Thanks. πŸ‘

hrahul2605 commented 3 years ago

Hey @kothariji , Added a PR #46 , adds A2OJ problems ( Div2 B ). Please have a look at it.

kothariji commented 3 years ago

Hey @kothariji , Added a PR #46 , adds A2OJ problems ( Div2 B ). Please have a look at it.

Done @hrahul2605

yogesh-kansal commented 3 years ago

@kothariji , Can i add some problems solutions related to competitive programming?

kothariji commented 3 years ago

@kothariji , Can i add some problems solutions related to competitive programming?

Definitely

Sweta040799 commented 3 years ago

Can I add problems with solutions of CodeChef's Cookoff and LunchTime problems

kothariji commented 3 years ago

Can I add problems with solutions of CodeChef's Cookoff and LunchTime problems

@Sweta040799 yes you can, but do not make a separate folder for codechef, push the lunchtime problems in there specific topic like in graph, bits etc. and don't forget to mention (CODECHEF) in starting of each file name.

grvsood commented 3 years ago

have a look #96

Aayushs1602 commented 3 years ago

Added solution to https://www.hackerrank.com/challenges/magic-square-forming/problem script written in python pull request reference #105

grvsood commented 3 years ago

@kothariji please add "hacktoberfest-accepted" label to the PR #96

chhipanikhil9 commented 3 years ago

@kothariji please add "hacktoberfest-accepted" label to the all PR.

kothariji commented 3 years ago

@kothariji please add "hacktoberfest-accepted" label to the PR #96

@kothariji please add "hacktoberfest-accepted" label to the all PR.

@grvsood @chhipanikhil9 done.!!!

surya7765 commented 3 years ago

Hey, @kothariji I want to contribute to this repo.

yk11-pro commented 3 years ago

@kothariji i would like to contribute on this issue in c++,please assign it to me.

kothariji commented 3 years ago

@kothariji i would like to contribute to this issue in c++, please assign it to me.

Sure go ahead.

Sindhu-321 commented 3 years ago

I would like to add some c++ code. If the issue is open can I give it a try?

kothariji commented 3 years ago

I would like to add some c++ code. If the issue is open can I give it a try?

@Sindhu-321 Sure go ahead.

babitha667 commented 3 years ago

@kothariji can I add my Codeforces solutions.

kothariji commented 3 years ago

@kothariji can I add my Codeforces solutions.

Sure go ahead.

babitha667 commented 3 years ago

@kothariji please review my pull request #203 . I have added my solutions of September codechef long challenge questions.

kothariji commented 3 years ago

@kothariji please review my pull request #203 . I have added my solutions of September codechef long challenge questions.

πŸ‘

aishwaryavasu0509 commented 3 years ago

@kothariji can I also add my CodeChef and code forces contest solutions in cpp ?

kothariji commented 3 years ago

@kothariji can I also add my CodeChef and code forces contest solutions in cpp ?

yes you can, but make sure that questions should not be of live contest