You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to use this tree, and found a bug: when 'remove' function is calling itself in "node.left && node.right" condition, its not called with parent and side parameters, which is causing cloning of value (perhaps its not removing value).
Here is situation where i had faced it and how i solved issue: https://imgur.com/a/56E71p5
btw, lib and code is great so far
The text was updated successfully, but these errors were encountered:
I am trying to use this tree, and found a bug: when 'remove' function is calling itself in "node.left && node.right" condition, its not called with parent and side parameters, which is causing cloning of value (perhaps its not removing value).
Here is situation where i had faced it and how i solved issue: https://imgur.com/a/56E71p5
btw, lib and code is great so far
The text was updated successfully, but these errors were encountered: