sashaafm / exads

Algorithms and Data Structures collection in Elixir
83 stars 12 forks source link

Add binary search tree using tuples and unit tests #22

Open ghost opened 8 years ago

ghost commented 8 years ago

Add binary search tree using tuples and unit tests. @sashaafm, I see in README that there are is a line item for binary search tree implemented with tuples as well as map, so I thought that you wanted both(?). Please disregard it if you didn't. :-) Thank you.

sashaafm commented 8 years ago

Hello @jhwsipex =) Is this another BST (so there will be one with Map and one with Tuple) or do you mean to substitute the one with Map?

ghost commented 8 years ago

Hi sashaafm, sorry to bother you, but the ci/travis checks failed and I have no time to fix it or maintain it. Could you reject this merge request, please? :-) Please feel free to use that code as yours if you find any part of it useful. Thank you.