You can contribute to this repo by adding Coding Questions with Solutions in any programming language
A repository where you can upload any coding question with solutions in any language. Feel free to add your code here :)
Register for the Hacktoberfest 2021 through this link. https://hacktoberfest.digitalocean.com/
Fork the repository
Clone your forked repository using terminal or gitbash.
git clone <link-of-repos>
Make changes to the cloned repos
Run the following three commands
git add .
git commit -m "Your-msg-here"
git push origin master
Successfully you have created a PR :smiley:
Choose any interview Coding question + Solution in any programming language you would like to contribute to , find its respective language folder and add the code to it. If the folder is not present , then create the folder with the name of the programming language.