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

SBT combine improvements #163

Open
luizirber opened this issue Apr 10, 2017 · 0 comments
Open

SBT combine improvements #163

luizirber opened this issue Apr 10, 2017 · 0 comments
Labels

Comments

@luizirber
Copy link
Member

From #143 (comment):

  • The current solution (create a new root) works well with binary trees, but if d>2 we could instead check to see if there is a position available near the root before inserting. This is more visible if you try to combine trees in sequence.

  • A more powerful solution would be to do a depth-first search in the original trees and replicate what is found in the new one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant