Coder Social home page Coder Social logo

mandardeshpande / data-structures-algorithms Goto Github PK

View Code? Open in Web Editor NEW

This project forked from frextrite/data-structures-algorithms-hacktoberfest-2k18

0.0 2.0 0.0 9 KB

repository containing data structures/algorithms in different languages - for Hacktoberfest 2018

License: MIT License

Python 11.64% Ruby 18.98% C 53.23% JavaScript 16.15%

data-structures-algorithms's Introduction

Data-Structures-Algorithms (Hacktoberfest 2018)

alt-text

Do you have a knack for programming? Do Data Structures and Algorithms excite you? Well, you have come to the right place. This repository holds a collection of all the famous Data Structures and Algorithms you'd ever find(WIP).

As a part of Hacktoberfest 2018, you have a chance to contribute to this repository and get familiar with the Open Source culture.

How to contribute

  1. Create an issue about the Data Structure/Algorithms or its application you'd like to implement.
  2. Wait for any of the maintainers to give you the green signal
  3. Code your heart out
  4. Create a pull request
  5. You're done!

Steps for contributing

  1. Fork the repository
  2. Clone the forked repository git clone https://github.com/<username>/Data-Structures-Algorithms.git
  3. Create a new branch for working git branch branch_name and switch to the branch git checkout branch_name
  4. Code!
  5. Save your changes git add .
  6. Commit your code git commit -m "Single line description of what you did"
  7. Push your code git push origin branch_name
  8. Create a pull request
  9. Wait for it to get merged!

Rules for contributing

  1. Follow the directory structure Data Structures/Data Structure/language/file and Algorithms/algorithm/language/file Example: Data Structures/Linked List/cpp/linked_list.cpp and Algorithms/Binary Search/rust/binary_search.rs
  2. Format/Indent the code properly
  3. Languages accepted: C, C++, Java, Python, Rust (wish to code in another language? Update the README!)
  4. Language folder and file names should be lowercase.
  5. Documented code is preferred.
  6. Only 1 Data Structure/Algorithm per issue/pull request

data-structures-algorithms's People

Contributors

frextrite avatar krushigada avatar soymariomoreno avatar

Watchers

 avatar  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.