Git Product home page Git Product logo

data-structures's Introduction

Data Structures

Linked List, Sorting and searching Algorithms in Cpp

Open Source Love


C++ os

How to contribute

You can either contribute in terms of Code or by improving Documentation

Step 1

Check the issues if there is any you want to resolve. If not then you can still contribute to repo.

Step 2: Fork this repository

You can fork this repository by clicking on fork button on top right corner. Once you fork, this will create its copy on your account

Step 3: Clone the repository

To clone the repository go to your account open this repo and either click on clone button or run the command below to get this repository on your local machine

git clone <URL you just copied>

e.g. git clone https://github.com/ayeshatahirme/Data-Structures.git

Step 4: Create a branch

On your local machine go the project folder that you cloned and use following git command inside that folder

create a new branch using below command.

git checkout -b <branch-name>

e.g. git checkout -b mybranch

Step 5: Make some contributions

Make changes to files on your local machine.

Step 6: Add Changes and Commit Changes

To add the changes you made, use following command:

git add .

Now to commit changes, use command as below.

git commit -m "resolved the <issue>"

Step 7: Push changes to GitHub

Now we have to push the changes that we made to remote repository on specified branch to do so use command below.

git push origin <branch-name>

name of branch is same as you created in step 3

e.g git push origin mybranch

Step 8: Submit your changes for review

Once you have pushed your code to GitHub, now create pull request. Go to the repository click on compare and pull request and submit the pull request.

data-structures's People

Contributors

ababdulah avatar ayeshatahirme avatar devn913 avatar fatimamhtech avatar gaurav3435 avatar hrugved06 avatar iqrakhalid611 avatar kimhaewoon avatar mhtechiqra611 avatar ni-ind-me avatar riya0604 avatar romir17 avatar souvik-d-cr7 avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

data-structures's Issues

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.