Algorithms-And-Data-Structures icon indicating copy to clipboard operation
Algorithms-And-Data-Structures copied to clipboard

Add data structure in language of your choice

Open yshshrm opened this issue 8 years ago • 5 comments

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

  1. Fork Repo on Web Page
  2. Make your changes on your forked repo
  3. Make Pull Request to master

yshshrm avatar Oct 19 '17 07:10 yshshrm

Is this only for DTU students?

InfiniteCoder avatar Oct 19 '17 07:10 InfiniteCoder

Nope! Open for everyone to contribute! :)

yshshrm avatar Oct 19 '17 07:10 yshshrm

Hi @kvaluruk I would like to add binary tree ds with java implementation.

rahmatrasyidi avatar Oct 20 '17 16:10 rahmatrasyidi

Hi! I would like make some changes in stack implementation (java).

Aprisyta avatar Oct 20 '17 22:10 Aprisyta

Hi @kvaluruk I want to add BST implmentation

himanshu-nain avatar Oct 27 '17 14:10 himanshu-nain