Open kothariji opened 4 years ago
Hey @kothariji , Can I add the long challenge solutions?
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.
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 ?
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. hey, @kothariji can I add the solution of project Euler problem 42 in CPP?
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 ππ₯ππ₯
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
@kothariji Sure. I would do it that way and make the PR accordingly.
Great !
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
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 :)
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 Please review my PR.
Hey can I add solutions to A2oj ladder B?
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)
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. PS- would this contribution be counted towards hacktoberfest? Thanks!
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.
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.
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!
Hello, I saw you merged my previous pull request, thanks! I have sent another pr, please look into it, Thanks!
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?)
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.
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. π
Hey @kothariji , Added a PR #46 , adds A2OJ problems ( Div2 B ). Please have a look at it.
Hey @kothariji , Added a PR #46 , adds A2OJ problems ( Div2 B ). Please have a look at it.
Done @hrahul2605
@kothariji , Can i add some problems solutions related to competitive programming?
@kothariji , Can i add some problems solutions related to competitive programming?
Definitely
Can I add problems with solutions of CodeChef's Cookoff and LunchTime problems
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.
have a look #96
Added solution to https://www.hackerrank.com/challenges/magic-square-forming/problem script written in python pull request reference #105
@kothariji please add "hacktoberfest-accepted" label to the PR #96
@kothariji please add "hacktoberfest-accepted" label to the all PR.
@kothariji please add "hacktoberfest-accepted" label to the PR #96
@kothariji please add "hacktoberfest-accepted" label to the all PR.
@grvsood @chhipanikhil9 done.!!!
Hey, @kothariji I want to contribute to this repo.
@kothariji i would like to contribute on this issue in c++,please assign it to me.
@kothariji i would like to contribute to this issue in c++, please assign it to me.
Sure go ahead.
I would like to add some c++ code. If the issue is open can I give it a try?
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 can I add my Codeforces solutions.
@kothariji can I add my Codeforces solutions.
Sure go ahead.
@kothariji please review my pull request #203 . I have added my solutions of September codechef long challenge questions.
@kothariji please review my pull request #203 . I have added my solutions of September codechef long challenge questions.
π
@kothariji can I also add my CodeChef and code forces contest solutions in cpp ?
@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
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.