competitive-programming icon indicating copy to clipboard operation
competitive-programming copied to clipboard

Add a Competitive Programming Algorithm or Question.

Open kothariji opened this issue 5 years ago β€’ 102 comments

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.

kothariji avatar Sep 30 '20 06:09 kothariji

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

rachittshah avatar Sep 30 '20 06:09 rachittshah

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.

kothariji avatar Sep 30 '20 06:09 kothariji

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.

rachittshah avatar Sep 30 '20 06:09 rachittshah

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

kothariji avatar Sep 30 '20 06:09 kothariji

can i add any topic ?

chhipanikhil9 avatar Sep 30 '20 08:09 chhipanikhil9

can I add any topic?

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

kothariji avatar Sep 30 '20 08:09 kothariji

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 avatar Sep 30 '20 09:09 pradumio

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 πŸ†πŸ₯‡πŸ†πŸ₯‡

kothariji avatar Sep 30 '20 09:09 kothariji

Sure!

pradumio avatar Sep 30 '20 09:09 pradumio

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

rachittshah avatar Sep 30 '20 10:09 rachittshah

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

chhipanikhil9 avatar Sep 30 '20 11:09 chhipanikhil9

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

Great !

kothariji avatar Sep 30 '20 11:09 kothariji

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

kothariji avatar Sep 30 '20 11:09 kothariji

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

chhipanikhil9 avatar Sep 30 '20 11:09 chhipanikhil9

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:

kothariji avatar Sep 30 '20 12:09 kothariji

@kothariji Please review my PR.

0ze3r0 avatar Sep 30 '20 14:09 0ze3r0

Hey can I add solutions to A2oj ladder B?

shreenanda-8 avatar Sep 30 '20 15:09 shreenanda-8

Hey can I add solutions to A2oj ladder B?

Sure @shreenanda-8

kothariji avatar Sep 30 '20 19:09 kothariji

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

PrakharPipersania avatar Sep 30 '20 19:09 PrakharPipersania

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

sure add a separate folder Trie and then push you code

kothariji avatar Sep 30 '20 19:09 kothariji

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!

27Anurag avatar Sep 30 '20 20:09 27Anurag

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.

kothariji avatar Sep 30 '20 20:09 kothariji

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.

27Anurag avatar Sep 30 '20 20:09 27Anurag

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!

kothariji avatar Sep 30 '20 20:09 kothariji

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

27Anurag avatar Sep 30 '20 21:09 27Anurag

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?)

shreenanda-8 avatar Oct 01 '20 00:10 shreenanda-8

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.

kothariji avatar Oct 01 '20 04:10 kothariji

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. πŸ‘

shreenanda-8 avatar Oct 01 '20 04:10 shreenanda-8

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

hrahul2605 avatar Oct 01 '20 07:10 hrahul2605

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

Done @hrahul2605

kothariji avatar Oct 01 '20 08:10 kothariji

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

yogesh-kansal avatar Oct 01 '20 13:10 yogesh-kansal

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

Definitely

kothariji avatar Oct 01 '20 19:10 kothariji

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

Sweta040799 avatar Oct 01 '20 20:10 Sweta040799

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.

kothariji avatar Oct 02 '20 05:10 kothariji

have a look #96

grvsood avatar Oct 02 '20 12:10 grvsood

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

Aayushs1602 avatar Oct 03 '20 08:10 Aayushs1602

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

grvsood avatar Oct 05 '20 13:10 grvsood

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

chhipanikhil9 avatar Oct 06 '20 07:10 chhipanikhil9

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

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

@grvsood @chhipanikhil9 done.!!!

kothariji avatar Oct 06 '20 16:10 kothariji

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

surya7765 avatar Oct 07 '20 09:10 surya7765

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

yk11-pro avatar Oct 22 '20 12:10 yk11-pro

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

Sure go ahead.

kothariji avatar Oct 22 '20 13:10 kothariji

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

Sindhu-321 avatar Oct 22 '20 17:10 Sindhu-321

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

@Sindhu-321 Sure go ahead.

kothariji avatar Oct 22 '20 18:10 kothariji

@kothariji can I add my Codeforces solutions.

babitha667 avatar Oct 24 '20 11:10 babitha667

@kothariji can I add my Codeforces solutions.

Sure go ahead.

kothariji avatar Oct 24 '20 12:10 kothariji

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

babitha667 avatar Oct 31 '20 09:10 babitha667

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

πŸ‘

kothariji avatar Oct 31 '20 09:10 kothariji

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

aishwaryavasu0509 avatar Jan 02 '21 09:01 aishwaryavasu0509

@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

kothariji avatar Jan 02 '21 09:01 kothariji

y

@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

@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

yeah sure

aishwaryavasu0509 avatar Jan 02 '21 09:01 aishwaryavasu0509

Hey there, Please check my pull request #245 .

vivekshotti avatar Mar 06 '21 19:03 vivekshotti

Hey there, Please check my pull request #245 .

Merged πŸš€

kothariji avatar Mar 06 '21 20:03 kothariji

Hey there, Please check my pull request #246 . By the way, wanted to say, this repository is amazing for newbies into competitive programming.

vivekshotti avatar Mar 07 '21 06:03 vivekshotti

Hey there, Please check my pull request #246 . By the way, wanted to say, this repository is amazing for newbies into competitive programming.

Done. Merged πŸš€ Thank you so much. Also thanks to you for the contributions.

Keep contributing πŸ™Œ . Open Source is awesome❀️.

kothariji avatar Mar 07 '21 07:03 kothariji

Please check my PR #247

vivekshotti avatar Mar 09 '21 06:03 vivekshotti

Please check my PR #247

merged πŸš€

kothariji avatar Mar 10 '21 05:03 kothariji

hey can i add strong password hackerrank string question can i add it in c language

UG-SEP avatar Apr 07 '21 16:04 UG-SEP

hey can i add strong string hackerrank string question can i add it in c language

Yes sure, please go forward. πŸ“—πŸ“• Refer CONTRIBUTING.md for contributions

kothariji avatar Apr 07 '21 16:04 kothariji

ok

UG-SEP avatar Apr 07 '21 18:04 UG-SEP

hey @kothariji can we add our project also like tic tac toe, Paint ,typing expert etc. in c language

UG-SEP avatar Apr 07 '21 18:04 UG-SEP

hey @kothariji can we add our project also like tic tac toe, Paint ,typing expert etc. in c language

Why not! But currently, we don't have a specific directory for adding projects, so just create a directory named Projects, and contribute your projects into that πŸ™Œ

kothariji avatar Apr 07 '21 18:04 kothariji

hey @kothariji please review my projects Tic Tac Toe AI Intregrated Paint With UG UG Typing Expert if you like them then please give a star ⭐ Thanks

UG-SEP avatar Apr 10 '21 06:04 UG-SEP

hey @kothariji please review my projects Tic Tac Toe AI Intregrated Paint With UG UG Typing Expert if you like them then please give a star ⭐ Thanks

Damn πŸ”₯ , Great work @UG-SEP πŸš€ I really liked - Paint-with-UG-The-SEP ⭐

Good Job πŸ™Œ

kothariji avatar Apr 11 '21 05:04 kothariji

hey @kothariji please review my projects Tic Tac Toe AI Intregrated Paint With UG UG Typing Expert if you like them then please give a star ⭐ Thanks

Damn πŸ”₯ , Great work @UG-SEP πŸš€ I really liked - Paint-with-UG-The-SEP ⭐

Good Job πŸ™Œ

thanks a lot

UG-SEP avatar Apr 12 '21 04:04 UG-SEP

hey @kothariji can I Add CODECHEF lunchtime solutions of may.

Amulya77 avatar Oct 01 '21 10:10 Amulya77

Yes you can @Amulya77 πŸ™Œ

kothariji avatar Oct 01 '21 14:10 kothariji

Sir please assign this issue to me

Why you should assign this to me? i am current rated 5 star at codechef with rating of 2153 and rated expert at codeforces with rating of 1776 https://codeforces.com/profile/navjotdadwal https://www.codechef.com/users/navjot1234 So i can handle and solve this issue

navjotdadwal avatar Oct 01 '21 15:10 navjotdadwal

Sir please assign this issue to me

Why you should assign this to me? i am current rated 5 star at codechef with rating of 2153 and rated expert at codeforces with rating of 1776 https://codeforces.com/profile/navjotdadwal https://www.codechef.com/users/navjot1234 So i can handle and solve this issue

@navjotdadwal woah πŸ”₯ your ratings looks so inspiring πŸ™Œ You can simply fork the repo, add your solutions and do a pull request πŸ‘ I'll review it.

kothariji avatar Oct 01 '21 15:10 kothariji

ok thanks sir

navjotdadwal avatar Oct 01 '21 15:10 navjotdadwal

pls assign me this issue

avyayjain avatar Oct 02 '21 06:10 avyayjain

Hi, @kothariji Could you please assign this issue to me too?

gaurangisinha avatar Oct 02 '21 06:10 gaurangisinha

@avyayjain , @gaurangisinha You can simply fork the repo, add your solutions and do a pull request πŸ‘ I'll review it.

kothariji avatar Oct 02 '21 07:10 kothariji

Sir i solved a codechef cookoff problem and ade a PR #305. Please reveiw and merge it. Thankyou.

rahulsg98 avatar Oct 02 '21 17:10 rahulsg98

how to figure out whether it is hacktoberfest accepted or excluded project ?

Sun-0321 avatar Oct 03 '21 04:10 Sun-0321

Hey, I added Binary search (iterative and recursive approaches) in Javascript. @kothariji Please check #385. Thanks :)

arsen1c avatar Oct 04 '21 11:10 arsen1c

Can I add codechef questions?

JahnaviKashyap19 avatar Oct 04 '21 18:10 JahnaviKashyap19

Added LinkedList in Javascript. Please check #397

arsen1c avatar Oct 04 '21 18:10 arsen1c

@kothariji Kindly review and merge PR #405

Anujkumar2017 avatar Oct 04 '21 20:10 Anujkumar2017

Can I also add solutions as my first contribution in open source

shashwat010 avatar Oct 06 '21 11:10 shashwat010

@kothariji Can I work on this issue

SanjanaPurbia avatar Oct 13 '21 06:10 SanjanaPurbia

I am a beginner in open source contribution. I have added solution of codechef problem SUBTASK. Please accept my pull request.

charchit957 avatar Oct 15 '21 12:10 charchit957

@kothariji Can I work on this issue

SiddhantManze avatar Oct 19 '21 09:10 SiddhantManze

Added a Leetcode problem involving binary search. Please check #593

Hilbertmf avatar Oct 29 '21 16:10 Hilbertmf

Hello, I've added another Leetcode problem. This one involves dynamic programming. Please check #598

Hilbertmf avatar Oct 30 '21 15:10 Hilbertmf

Hello, I've added a Codeforces problem. Please check #611

Hilbertmf avatar Oct 31 '21 17:10 Hilbertmf

Can I add a Leetcode problem?

gourangi-taware avatar Jan 15 '22 10:01 gourangi-taware

Can I add a Leetcode problem?

Yes @gourangi-taware , please go ahead πŸš€

kothariji avatar Jan 17 '22 06:01 kothariji