We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
As the title of this issue mention you need to add one line of code, otherwise all the nodes we be removed
if (found) { // duplicated: value already exist on the tree found.meta.multiplicity = (found.meta.multiplicity || 1) + 1; // <2> newNode = found; // new line to add }