Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BinarySearchTree Node Removal problem solving #4

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Conversation

rica-v3
Copy link
Member

@rica-v3 rica-v3 commented Mar 14, 2020

  • All the values of elements in the left (right) sub-tree should be smaller(bigger) than the root.

After removing the parent node and the left child node is the next parent, the right node and its children of the new parent node should be moved into the right subtree of the parent and the deepest and the very left side.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant