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

missing rb_tree_subtree_height implemention #33

Open
synodriver opened this issue Jan 18, 2022 · 3 comments
Open

missing rb_tree_subtree_height implemention #33

synodriver opened this issue Jan 18, 2022 · 3 comments

Comments

@synodriver
Copy link

Hi there,
During wrapping this into a python libraty, I found rb_tree_subtree_height missing in rb-tree.c, which appears in the header file.
Did I miss something?

@fragglet
Copy link
Owner

The red-black tree implementation is incomplete, so that's probably why.

@synodriver
Copy link
Author

Thank you for your reply. I'll try to fix that (if I can).

@pradeep2c1
Copy link

I have implemented the function for rb_tree_subtree_height for the rb_tree.c file, as described in the header file.
So, can you allow me to create a pull request for the same so that you can look at it; in order to resolve this issue?

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

3 participants