Vishruth-S / CompetitiveCode

A repo for interesting Competitive Coding problems
MIT License
162 stars 285 forks source link

Add new questions and solutions #1

Closed Vishruth-S closed 1 year ago

Vishruth-S commented 3 years ago

More questions and their solutions can be added Refer Contributing.md before sending a PR

ananya0504 commented 3 years ago

Can you send the link to the repository where I can some questions? Also, on what topic have the questions have to be based upon?

Vishruth-S commented 3 years ago

Questions can be from any topic related to competitive coding (eg Data structures and Algorithms). Can be of any difficulty You can find questions in websites like Hackerrank, geeksforgeeks, https://codechef.com/.
You may also create your own questions and provide a solution.
Please refer contributing.md for more details

ananya0504 commented 3 years ago

Thanks a lot!

div-bargali commented 3 years ago

Hey @Vishruth-S , I added solution to "Sherlock and valid strings" problem from Hackerrank. Please review the PR #24

Vishruth-S commented 3 years ago

@div-bargali As mentioned in the pr review, please add a bit of logic/explanation to your code.

jayadevvasudevan commented 3 years ago

can i contribute to this bro

subhakr11droy commented 3 years ago

Added new Leetcode Hard problem and solution. Please check #102

Vishruth-S commented 3 years ago

@subhakr11droy Done and merged 👍

amiecroteau commented 3 years ago

Can I go ahead and contribute?

Niharika-Arora commented 3 years ago

@Vishruth-S Added Hackerrank problem and solution. Please check #122

uV3301 commented 3 years ago

Hey @Vishruth-S Made a PR Added an interviewBit problem with solution. Hope you check that.

Vishruth-S commented 3 years ago

@uV3301 Merged 👍

Siddhant-K-code commented 3 years ago

Can I Add Following Leetcode Problem's Solution in C++:

Vishruth-S commented 3 years ago

@Siddhant-K-code Sure you can. I think some of the problems you mentioned already exists. Please check. Also make sure your solutions are well documented with comments and read Contributing and follow the steps mentioned there. As long as your PR follows these guidelines, you're good to go

Happy Contributing 😃

IPSITA2000 commented 3 years ago

Hello ! Can I add my python solution for REPLESX , codechef October challenge , under the Hacktoberfest challenge ? The problem I guess doesn't already exist in this repository.

Vishruth-S commented 3 years ago

@IPSITA2000 Sure you can 😃 Just be sure to read Contributing and follow the guidelines mentioned there. As long as your PR follows these guidelines, you're good to go 😄

Happy contributing 🙃

lio2011 commented 3 years ago

I sent PR check #404

amiecroteau commented 3 years ago

Added a Java problem and solution from HackerRank #409

neha07kumari commented 3 years ago

Can I add "Cats and a Mouse" or "Number Line Jumps" Questions and solutions from Hackerrank Algorithms . @Vishruth-S

Vishruth-S commented 3 years ago

@neha07kumari Both these problems are already present (Number line jumps is same as Kangaroo). If you have a solution to these which you feel has a significantly different logic than the ones already existing, you may add that and send a PR. Alternatively, you may add problems and solutions from other websites which are currently not there.

(Please read Contributing guidelines before sending any PR)

Vishruth-S commented 3 years ago

@lio2011 , @amiecroteau Merged 👍