Giter Site home page Giter Site logo

data-structure's Introduction

Data-Structure

Repository for cool algorithms and Data Structures. Contibute by adding your code's for various operation on Data structure and trivial problem that can be solved by using them .

How to contribute:

Please comment your code thoroughly as to make it possible for anyone to understand. If possible, check your code using unit tests. Avoid all the bad implementations, make your code as clean as possible. After that, find the folder that fits the category of your code and submit a PR. Star this repo if the information here is useful to you.

Contributing Guidelines :

Thanks for taking the time to contribute to this project. Before making PRs, please note the following:

A few norms you should follow :

  • Proper intendation is must!
  • Include Sample comments so that code is understandable and easy to follow.
  • Mention the complexity of a function in a comment.
  • Time complexity
  • Space complexity
  • Place your code in right directory.
  • Give your files names that are relevant and meaningful for example : linked_list_insertion.cpp

Steps to Contribute :

  • Fork this repository :On top right corner click there .
  • Clone the repository : Now clone the forked repository to your machine. Go to your GitHub account, open the forked repository, click on the code button and then click the copy to clipboard icon.

Open a terminal and run the following git command:

git clone "url you just copied"
  • Create a branch: Change to the repository directory on your computer (if you are not already there):
cd Data-Structure

Now create a branch using the git checkout command:

git checkout -b your-new-branch-name

For example:

git checkout -b add-tree-insertion

(The name of the branch does not need to have the word add in it, but it's a reasonable thing to include because the purpose of this branch is to add your name to a list.)

  • Make necessary changes and commit those changes
  • Add file in respective folders follow rules of contribution
git add insertion_in_tree.py

Now commit those changes using the git commit command:

git commit -m "Add insertion in tree"
  • Push changes to GitHub Push your changes using the command git push:
git push origin <add-your-branch-name>
  • Submit your changes for review If you go to your repository on GitHub, you'll see a Compare & pull request button. Click on that button.

  • Now submit the pull request. Soon I'll be merging all your changes into the master branch of this project. You will get a notification email once the changes have been merged.

Keep On Exploring Open Source then ๐Ÿ’œ!

data-structure's People

Contributors

maneprajakta avatar anushka-deshpande avatar wadermanasi avatar paarth14 avatar shwetank0714 avatar anshraina avatar mohitkhedkar avatar arunkumarpvt avatar abhinavsharma24 avatar karan0805 avatar kkhitesh avatar harshada180201 avatar kothariji avatar ashish-kumar7 avatar arjunsingh64 avatar akash-salvi avatar abhishek-rout 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.