avl icon indicating copy to clipboard operation
avl copied to clipboard

Fix reassignment of the keys in delete operation

Open w8r opened this issue 6 years ago • 4 comments

This is horrible, the nodes are supposed to be immutable.

w8r avatar Jan 01 '18 19:01 w8r

Can you state it on the readme while this is getting fixed?

simonepri avatar Aug 06 '18 10:08 simonepri

yup, in the meanwhile you can consider using w8r/splay-tree, it's even faster

w8r avatar Aug 06 '18 13:08 w8r

and has no such problem

w8r avatar Aug 06 '18 13:08 w8r

@w8r Thanks! I've already solved most of the problems anyway. I saw that that package has also the api to solve this https://github.com/w8r/avl/issues/21.

simonepri avatar Aug 06 '18 13:08 simonepri