We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The following functions sometimes crash with assertion failures when the rightmost leaf node of other is also found in self:
other
self
BTree.isSubset(of:) BTree.isStrictSubset(of:) BTree.isSuperset(of:) BTree.isStrictSuperset(of:)
The text was updated successfully, but these errors were encountered:
Add more tests comparing trees with shared subtrees
d1f68f5
The new tests detect an assert in subset comparisons. (issue #21)
Unit tests for this were added in d1f68f5
Sorry, something went wrong.
25f9262
No branches or pull requests
The following functions sometimes crash with assertion failures when the rightmost leaf node of
other
is also found inself
:The text was updated successfully, but these errors were encountered: