avl
avl copied to clipboard
Add removeNode
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: https://github.com/w8r/avl/pull/27