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.
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.
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 onContribute
- 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.
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
.
For more information on licensing, please refer to License