Skip to content

You can contribute to this repo by adding Coding Questions with Solutions in any programming language

Notifications You must be signed in to change notification settings

Shubh-k04/InterviewQuestions2021

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

InterviewQuestions2021

You can contribute to this repo by adding Coding Questions with Solutions in any programming language

Hacktoberfest 2021

img

A repository where you can upload any coding question with solutions in any language. Feel free to add your code here :)

Steps to Contribute

  1. Register for the Hacktoberfest 2021 through this link. https://hacktoberfest.digitalocean.com/

  2. Fork the repository

  3. Clone your forked repository using terminal or gitbash.

git clone <link-of-repos>
  1. Make changes to the cloned repos

  2. Run the following three commands

git add .
git commit -m "Your-msg-here"
git push origin master
  1. Then in github , in your cloned repository find the option to make a pull request

Successfully you have created a PR 😃

Rules for making changes to this repository

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.

About

You can contribute to this repo by adding Coding Questions with Solutions in any programming language

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 52.3%
  • C++ 17.0%
  • Python 14.8%
  • JavaScript 13.6%
  • C# 2.1%
  • PHP 0.2%