Giter Site home page Giter Site logo

abhi1998das / data-structures-algorithms-hacktoberfest-2k19 Goto Github PK

View Code? Open in Web Editor NEW

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

1.0 1.0 0.0 272 KB

collection of data structures and algorithms in different languages - created by the community during Hacktoberfest 2019

License: MIT License

C 8.65% C++ 51.93% Java 17.94% JavaScript 3.14% Python 17.41% Erlang 0.14% Kotlin 0.60% Rust 0.19%

data-structures-algorithms-hacktoberfest-2k19's Introduction

Data Structures and Algorithms (Hacktoberfest 2019)

Update (October 8, 2019): Thank you everyone for your contributions. Due to Hacktoberfest's policy pull requests created in this repository will not count against Hacktoberfest PR count. However we would like to continue this project and everyone is welcome to create this a big collection of Algorithms and Data structures. ๐ŸŽ‰

Hacktoberfest 2019

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.

As a part of Hacktoberfest 2019, you have a chance to contribute to this repository and get familiar with 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. Decide with Algorithm/Data structure you want to work on that has not already been implemented
  2. Create an issue for it and wait for the maintainers to assign it to you
  3. Fork the repository
  4. Clone the forked repository git clone https://github.com/<username>/Data-Structures-Algorithms-Hacktoberfest-2K19.git
  5. Create a new branch for working git branch branch_name and switch to the branch git checkout branch_name
  6. Code!
  7. Save your changes git add .
  8. Commit your code git commit -m "Single line description of what you did"
  9. Push your code git push origin branch_name
  10. Create a pull request. Mention which Algorithm/Data structure is implemented along with which issue it closes. Example
Implemented Floyd Warshall algorithm in Rust
Closes #2
  1. 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/Search/rust/binary_search.rs
  2. Format/Indent the code properly
  3. Languages accepted: C, C++, Javascript, Java, Python, Rust, Haskell, Assembly, Kotlin, Julia (wish to code in another language? Update the README!)
  4. Language folder and file names should be lowercase.
  5. Documented code is preferred (don't forget the space and time complexity of your code!)
  6. Only 1 Data Structure/Algorithm per issue/pull request
  7. Every PR should mention which issue it closes
  8. PRs without issues/Spam PRs will be marked as invalid as it is against Hacktoberfest code of conduct.

data-structures-algorithms-hacktoberfest-2k19's People

Contributors

aht360 avatar alexandreinsua avatar amosa3d avatar amritk10 avatar bamsarts avatar cinfinit avatar dsingh12345 avatar frextrite avatar github-actions[bot] avatar grufelous avatar hkp27299 avatar jerrylasama avatar kryptocodes avatar laronk avatar matthewfritsch avatar mittalsaurab avatar muskan-j avatar piyush1009 avatar pmcarpan avatar pradyuman7 avatar pulsejit avatar ricky1812 avatar shivam175 avatar shivasinghal2000 avatar skahk avatar somyamahajan18 avatar swapnil159 avatar tushargoyal44 avatar verdantfire avatar xmpf avatar

Stargazers

 avatar

Watchers

 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.