This repository was archived by the owner on Oct 2, 2018. It is now read-only.

Description
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_extention i.e. the overall path should be language/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