ignl / BinarySearchTrees

Java binary search trees implementations and tests: AVL Tree, Red black tree, Scapegoat tree, Splay tree, Treap
Apache License 2.0
128 stars 49 forks source link

Right to use #3

Closed heniotierra closed 6 years ago

heniotierra commented 6 years ago

Hi @ignl ,

I wish to use and modify your AVL Tree code to use in a data structure visualizing application for the "Advanced Data Structures" course of the university in which I study Computer Science. However, your repository has no license, so I can't. Would you mind adding a license?

Thanks for sharing your code,

ignl commented 6 years ago

Done.

heniotierra commented 6 years ago

Thanks!!