Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 330 Bytes

File metadata and controls

4 lines (3 loc) · 330 Bytes

binary_tree

My implementation of Binary Search Tree without any self-balancing algorithms. This is the experiement, please, use some serious libraries in real projects instead (RubyTree, as example).

TO DO: The adapter class for string data input, delete method for non-leaf nodes