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
When a leaf node is split, the parentkey of existing node is not updated to point to internal node.
This needs to be added: bnode.setparentkey((newnode, chars[start + actlen]))
When a leaf node is split, the parentkey of existing node is not updated to point to internal node.
This needs to be added:
bnode.setparentkey((newnode, chars[start + actlen]))
Here's a patch to add it:
suffixtree_setparentkey_on_split.patch
The text was updated successfully, but these errors were encountered: