Hello there! This repository contains a 'Collection of Beginner to Intermediate level Coding Questions from GeeksforGeeks', created specially for the Hacktoberfest2021. You are all welcome to contribute in the project.
- A month-long celebration from October 1st - 31st sponsored by Digital Ocean and GitHub to get people involved in Open Source. Create your very first pull request to any public repository on GitHub and contribute to the open source developer community.
https://hacktoberfest.digitalocean.com/
- We have built this repository so that you can learn Data Structures & Algorithms and also become the part of the Open Source Community.
- There are separate folders, each representing a topic from either Data Structures or Algorithms.
- You can see many questions inside these folders, after opening those questions you'll see the actual problem statement that you can solve.
- Read the problem carefully and try to solve it and add your file in the same folder of that question i.e., beside the problem statement's readme file.
NOTE: You're allowed to use only CPP, JAVA or PY. Otherwise your PR will not be accepted.
Strictly follow the given rules(unless mentioned optional) before sending us a PR.
- Fork this Repository(by clicking Fork Icon on top right of the repository), to your profile.
- Now, clone this repository to your Local Machine using:
git clone https://github.com/your-username/GeeksforGeeks-Coding-Practise.git
- Move into your desired Task folder. Choose any 3 questions that you want to do and write the code in CPP, JAVA or PY.
- Now read the Project-Description from README.md file, and add your code.
- Now Commit & Push, using :
git add .
git commit -m "Your Commit Title"
git push
- Now before sending a PR, make sure you 'Fetch Upstream' to avoid any kind of conflicts.
- Send a PR with your Commit Title & Your Github Name. Adding 1 or 2 line project description is mandatory.
- PR with 3 different problems solved will be accepted. Not 1 problem with 3 different languages.
- Don't just Copy Paste the code from Internet, we will review your code and then only it will be merged.
Show some ❤️ by Starring the Repository
Maintained by: Aman Pandey, Laxmi Pandey, Hardik Kumar & Ankit Kumar