yshshrm / Algorithms-And-Data-Structures

List of data structures and algorithms
16 stars 82 forks source link

Add data structure in language of your choice #2

Open yshshrm opened 6 years ago

yshshrm commented 6 years ago

Contributing Guidelines

How to make PR

  1. Fork Repo on Web Page
  2. Make your changes on your forked repo
  3. Make Pull Request to master
InfiniteCoder commented 6 years ago

Is this only for DTU students?

yshshrm commented 6 years ago

Nope! Open for everyone to contribute! :)

rahmatrasyidi commented 6 years ago

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

Aprisyta commented 6 years ago

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

himanshu-nain commented 6 years ago

Hi @kvaluruk I want to add BST implmentation