w8r/avl

Add removeNode

Opened this issue · 1 comments

The remove function behaviour is unknown when there are duplicates.
So it would be better to have a function to remove a specific node.

I had a similar issue with the remove method as I wanted to remove a node based on key and data.
see: #27