JacobGeoGeek / company-wise-coding-question

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

company-wise-coding-question

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

Hacktoberfest 2020

img

A repository where you can upload Company Wise Coding Question in any language of your choice. Feel Free to add your code here :)

Steps to Contribute

  1. Fork the repository

  2. 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 Company's Coding question + Solution in any programming language you would like to contribute to , find its respective folder and add the code to it. If the folder is not present , then create the folder with the name of the Company.

Format : <FOLDER_NAME>/<fileName>.<extention>

Example: If you are contributing a question for AMAZON, then inside AMAZON folder add your solution like problemName.C, problemName.java, problemName.cpp etc.

Resources

  1. Markdown : Markdown is a lightweight markup language like HTML, with plain text formatting syntax.
  1. Git : Git is a distributed version-control system for tracking changes in source code during software development. It is designed for coordinating work among programmers, but it can be used to track changes in any set of files.

About

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


Languages

Language:Java 39.5%Language:C 23.5%Language:C++ 22.5%Language:Roff 9.1%Language:Python 5.4%