vikranthdatta / Coding-Questions

This Repository will house the competitive coding and interview questions. Please consider contributing to it if you think your solution could help the Open Source Community.

Home Page:https://github.com/soh-sarkar/Coding-Questions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Coding-Questions

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/soh-sarkar/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 😉) 


Happy Hacktober Fest 2020 🤩

Looking forward to your PRs!!!

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

About

This Repository will house the competitive coding and interview questions. Please consider contributing to it if you think your solution could help the Open Source Community.

https://github.com/soh-sarkar/Coding-Questions

License:MIT License


Languages

Language:C 48.7%Language:C++ 18.7%Language:Python 18.4%Language:Java 14.2%