avl icon indicating copy to clipboard operation
avl copied to clipboard

Add removeNode

Open simonepri opened this issue 7 years ago • 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.

simonepri avatar Aug 06 '18 10:08 simonepri

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

MartinLoeper avatar Oct 29 '18 23:10 MartinLoeper