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
In a binary tree, add and remove null nodes. When adding a null node, the size of the binary tree does not need to increase, and when removing a null node, the size does not need to decrease.
The text was updated successfully, but these errors were encountered:
Expected behavior
In a binary tree, add and remove null nodes. When adding a null node, the size of the binary tree does not need to increase, and when removing a null node, the size does not need to decrease.
The text was updated successfully, but these errors were encountered: