Skip to content

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.

License

Notifications You must be signed in to change notification settings

soh-sarkar/Coding-Questions

 
 

Repository files navigation

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 :)

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.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 35.4%
  • C 34.3%
  • Python 16.4%
  • Java 9.5%
  • JavaScript 4.0%
  • Rust 0.4%