anandsm08 / dsa-library

A library of Data Structures & Algorithms | Excluded from Hacktoberfest 2022

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DSA Library (Not Included in Hacktoberfest 2022)

DSA Library is a beginner-friendly repository that contains all the major Data Structures & Algorithms implemented in 5 different languages. Through this repository we aim to create a centralized DSA resource which we may look up to for revision before tech interviews. This repository is maintained by: Simran Yadav, Harshit Sharma.

Note: This repository is created with the sole intent of guiding beginners to their initial Open Source contributions.

What to contribute?

Dsa-library is a culmination of all major Data Structures and Algorithms.You can contribute to the data stucture of your choice, it's implementation in either of C, C++, Java, Python, JavaScript, or any language you're comfortable in.

Apart from that, you can check the Algorithms section and add an algorithm of your choice.

How to Contribute?

  • Fork the repository
  • To add implementation of a Data Structure/ Algorithm navigate to the respective folder
  • If the Data Structure or Algorithm you want to add doesn't have a folder, you are free to create a new folder
  • Inside the respective folder, click Create new file
  • File name convention: DataStructure.extension or AlgorithmName.extension
  • See issue #12 and #13 for detailed instructions)
  • Add the complete implementation & commit the changes
  • Sync to Fetch Upstream & if there are no merge conflicts, click on Contribute
  • Create Pull Request following proper convention
  • That's it, Thank You for contributing to DSA Library

We appreciate all kinds of contributions from core-code contributions to non-code contributions like writing a blog, suggesting a feature, etc.

Please refer the Contributing Guide to know more about the guidelines.

Issues

Also take a look at the issues #12 and #13, they contain the specific guidelines that you'd need to follow in order to get your PR merged into main.

Contributors

License

For more information on licensing, please refer to License

πŸŽ‰ Thanks for contributing to the Decoders Community πŸŽ‰

About

A library of Data Structures & Algorithms | Excluded from Hacktoberfest 2022

License:MIT License


Languages

Language:C++ 68.0%Language:Java 12.1%Language:Python 7.9%Language:C 6.8%Language:C# 3.3%Language:JavaScript 1.8%