Skip to content

Latest commit

 

History

History
52 lines (36 loc) · 2.28 KB

README.md

File metadata and controls

52 lines (36 loc) · 2.28 KB

Coding-Questions


Happy Hacktober Fest 2022 Devs! 🤩

This Repository will house Competitive Coding and Interview Questions from different platforms such as CodeChef, LeetCode, HackerRank, HackerEarth, GeeksForGeeks.

You can contribute in different languages like C, C++, Python, Java, JS, Ruby, etc.

If you are not adding an existing problem look for the 'Miscellaneous' branch and add your own questions!

We prefer well documented code, along with a file explaining the problem well, and your Pull Requests should comply with these in-order to get merged. So, do read the CONTRIBUTING.md.

Also read, CODE OF CONDUCT.

Fork this repository and clone on your local machine

git clone https://github.com/errorinc0de/Coding-Questions.git

Create a branch

git checkout -b branch_name

Make your changes

  • Add any new problem and its solution
  • Refer Contributing.md for more details

Commit and push

git add .
git commit -m "your_message"
git push origin branch_name

For Beginners:

Fork this repository -> Create the Files in the Forked Repository(Available under your repositories) -> Send a Pull Request(PR) writing a proper documentation -> Wait for it to get Merged (if everything is rightly done, else update the requested changes 😉) 

Looking forward to your PRs!!!

Please consider contributing to it if you think your solution could help the Open Source Community :)