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

Red Black Tree implementation doesn't work at all #1683

Open
N-ihad opened this issue Feb 9, 2025 · 1 comment
Open

Red Black Tree implementation doesn't work at all #1683

N-ihad opened this issue Feb 9, 2025 · 1 comment

Comments

@N-ihad
Copy link

N-ihad commented Feb 9, 2025

If you insert whatever numbers say 2, 1, 3, 5 and then delete root node (1) if deletes everything else from the tree. If you for example instead of deleting node (1) delete node (2), node (5) doesn't show up in tree structure

@iiicey
Copy link

iiicey commented Feb 9, 2025 via email

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

No branches or pull requests

2 participants