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
The methods HNode::eachBefore and HNode::eachAfter are using breadth first traversal, but should be using depth first preorder and postorder respectively. At least before it was not working and that fixed it for me.