Coder Social home page Coder Social logo

ds-algo-in-cpp-submissions's Introduction

DS-ALGO-in-Cpp-Submissions

Contribution is fun! ๐Ÿ’š

In order to make a hassle-free environment, I implore you all (while contributing) to follow the instructions mentioned below!

Happy Submissions ๐Ÿ™‚

โฌ‡๏ธ Installation

  • First, fork this repository ๐Ÿด and follow the given instructions:
# clone the repository to your local machine
$ git clone https://github.com/<YOUR-GITHUB-USERNAME>/DS-ALGO-in-Cpp-Submissions.git

# navigate to the project's directory and install all the relevant dev-dependencies
$ cd DS-ALGO-in-Cpp-Submissions

# include all the latest changes from the remote repository
$ git remote add upstream https://github.com/Girl-Code-It/DS-ALGO-in-Cpp-Submissions
$ git fetch upstream
$ git merge upstream/master
  • Add your submissions for the milestone you are working on in the respective milestone folder
  • Once you have made your changes, run the following command:
# add your changes
$ git add .

# make your commit
$ git commit -m "<YOUR-COMMIT-MESSAGE>"

# push your changes
$ git push -u origin master  #for first time push
$ git push                   #from second push onwards

Think you're ready โ” Make the PR ๐Ÿน

  • open your forked repository
  • Click on Create New Pull Request
  • Give a message in the comment box about the PR
  • Hurrah!! Your first PR made! Wait for your submission to be accepted and your PR to be merged

ds-algo-in-cpp-submissions's People

Contributors

kanakagrawal54 avatar santushtisharma10 avatar kashika3101 avatar manvityagi avatar priyalweb avatar shrishty7 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.