GithubHelp home page GithubHelp logo

adityadeogaonkar / hacktoberfest2020-algorithms Goto Github PK

View Code? Open in Web Editor NEW

This project forked from dscpvgcoet/hacktoberfest2020-algorithms

0.0 0.0 2.0 129 KB

C++ 58.87% HTML 0.36% JavaScript 6.59% Python 6.10% Java 10.96% C 17.13%
hacktoberfest

hacktoberfest2020-algorithms's Introduction

Algorithms

What you can do with this repo ?

You can add a new folder for your favourite programming (if not already present) language and start adding algorithms to the folder.

Steps to contribute

  1. Star this repository.
  2. Click on the fork button on the top right corner of this page.
  3. Now go to http://github.com/{your_username}/Algorithms where you can see your own fork of this repo.
  4. Open the terminal and clone your fork using
git clone http://github.com/{your_username}/Algorithms
  1. Now go inside the directory "Algorithms" and checkout to a new branch with name of your choice
git checkout -b {branch_name}
  1. Start adding/modifying your algorithms.
  2. Add the files you want to commit to the staging area.
git add {folder_name/file_name}
  1. Commit the changes
git commit -m '{Your commit message}'
  1. Push to GitHub.
git push origin {branch_name}
  1. Go to http://github.com/{your_username}/Algorithms , on the left there is a button to change your branch. Click on it and select {branch_name}.
  2. Now you will be able see a button named "Pull request". Click on it.
  3. Add appropriate message and click the "Create Pull Request" button.

Resolving errors

  1. If you get a message like "This branch is X commits ahead, Y commits behind" then visit this thread and follow the steps. Also don't forget to push and pull from proper branches (observe that we have a main branch instead of master).
  2. In case of merge conflict visit this thread.

hacktoberfest2020-algorithms's People

Contributors

gaurav1620 avatar adwaitbhope avatar sushantvernekar60 avatar adityadeogaonkar avatar sshrutii avatar developer-dash avatar rohitdalvi18 avatar m0rphtail avatar rasikadeshpande24 avatar nikhil32002 avatar abhishekshah1998 avatar prashantbhandari1999 avatar yatish1606 avatar gkulk007 avatar chantya127 avatar pranavrameshkulkarni avatar princemayur007 avatar tejas99999 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.