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
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?
The text was updated successfully, but these errors were encountered:
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?
Hi there,
During wrapping this into a python libraty, I found
rb_tree_subtree_height
missing inrb-tree.c
, which appears in the header file.Did I miss something?
The text was updated successfully, but these errors were encountered: