Giter Site home page Giter Site logo

algorithms's Introduction

Algorithms

This Repository contains all sort of algrithms that we learn for Algorithms. Written in C, C++, Java, Python, Ruby, PHP, Javascript

How to Contribute

  1. First, fork this repository to your account.

  2. Clone this repository (this would make rebasing easier).

    git clone https://github.com/yasirunilan/Algorithms.git
    
  3. Add a remote to your forked repository. This remote will be needed to push your changes to your repo.

    git remote add myfork https://github.com/<username>/Algorithms.git
    
  4. Find an issue in this repository that you would like to and can fix. After you have found an issue, ping a maintainer on that issue to assigned it to you.

    Once the issue is assigned to you, you can start working on it. Step 6 and beyond will guide you through this part of contribution.

    Only PR from the assignee would be considered. This is to save yours and ours time and energy.

  5. Create a new branch and switch to it. (make sure you are on master before doing this).

    git branch mybranch
    git checkout mybranch
    

    'mybranch' can be replaced by your preferred name for the branch. The above to commands are equivalent to the following

    git checkout -b mybranch
    
  6. Make your changes.

    Before you contribute, please see CONTRIBUTION GUIDE
  7. Then stage them and commit them.

    A small description of your changes is must in the commit messages.

  8. After you are done making changes, push the branch to your fork.

    git push -u myfork mybranch
    

    The -u option is required only the first time you push the branch. In case you have made multiple commits, you need to squash them into a single commit before pushing.

  9. Then create a PR from that branch using GitHub. Add the issue number that you are addressing through your pull request along with describing what you did for the PR description.It will be eaasy to manage issues and PR's

Following format is good

What you did
resolves #issue_number

What after you have submitted a PR?

Well, you could wait for it to be reviewed by someone or you could attempt to fix another issue.

algorithms's People

Contributors

yasirunilan avatar anmolsrivastava05 avatar

Watchers

James Cloos avatar Anandra Pratap Singh 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.