Skip to content

Conversation

@0xprincedev
Copy link

Fixes #33

Summary

  • Implement rb_tree_subtree_height so the symbol declared in rb-tree.h is available to consumers.
  • Unblocks downstream bindings (Python wrapper) that link against the red-black tree helpers.

Checklist

  • Code is written in C and follows the guidance in STYLE.md
  • No duplicate implementations of existing data structures or algorithms
  • Public APIs are documented with Doxygen comments
  • Comments use full English sentences where clarification is needed
  • Unit tests cover new behaviour (aim for ≥95% coverage; use configure --enable-coverage if needed)
  • All existing and new tests pass (make check or equivalent)

Additional Notes

  • No behaviour changes beyond exposing the helper; downstream consumers should no longer see missing symbol errors.

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.

missing rb_tree_subtree_height implemention

1 participant