Algorithms-And-Data-Structures
Algorithms-And-Data-Structures copied to clipboard
Add data structure in language of your choice
Contributing Guidelines
- The repository is structured language-wise i.e. data structures in a certain language go in a specific folder.
- The naming convention to be followed is
ds_name.language_extentioni.e. the overall path should belanguage/ds_name.language_extention - If the folder for your language does not exist, create a new one.
- Don't be afraid to make a PR!
How to make PR
- Fork Repo on Web Page
- Make your changes on your forked repo
- Make Pull Request to master
Is this only for DTU students?
Nope! Open for everyone to contribute! :)
Hi @kvaluruk I would like to add binary tree ds with java implementation.
Hi! I would like make some changes in stack implementation (java).
Hi @kvaluruk I want to add BST implmentation