Git Product home page Git Product logo

competitive-programming-basics's Introduction

Collection of competitive programming algorithms. Use this repo for contributing in open source. Start solving issues and raise the pull requests and even you can create your own issues. If you want to contribute to a project, the simplest way is to:

Find a ISSUE you want to contribute to ->> Fork it

Clone it to your local system $ git clone copied_URL

Make a new branch

Make your changes $ git add file_name Commit : $ git commit - m “ MESSAGE for the commit “

Push it back to your repo $ git push --set-upstream origin master

Add remote repository in which PR is to be made : $ git remote add upstream https://github.com/USER_NAME/REPO_NAME.git

Now do, $ git fetch upstream

Switch to the local master branch of our repository: $ git checkout master

Now merge any changes that were made in the original repository’s master branch, that you will access through your local upstream/master branch, with your local master branch: $ git merge upstream/master

Click the Compare & pull request button

Click Create pull request to open a new pull request

If the reviewers ask for changes, repeat steps 5 and 6 to add more commits to your pull request.

The implementations/codes which are added/merged in CPP.

That's all if Everything will be fine, Your PR will be Merged!!

competitive-programming-basics's People

Contributors

aditya10chauhan avatar ankitt0204 avatar gouravsingh2580 avatar srasti-0630 avatar urjitasharma11 avatar

Stargazers

 avatar  avatar  avatar

Watchers

 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.