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

How to join two trees with the same root? #87

Open
ghostku opened this issue Dec 30, 2017 · 7 comments
Open

How to join two trees with the same root? #87

ghostku opened this issue Dec 30, 2017 · 7 comments

Comments

@ghostku
Copy link

ghostku commented Dec 30, 2017

Is there any way to join 2 trees with the same root?

@Natim
Copy link
Contributor

Natim commented Dec 30, 2017

Not that I know of, but it would be a great feature to add.

@Natim
Copy link
Contributor

Natim commented Dec 30, 2017

@caesar0301
Copy link
Owner

Yeah, seems useful feature. I am a little busy with job stuff. Are you interested to add this feature? @ghostku Call For Contributor...

@leonardbinet
Copy link
Collaborator

implemented in v1.6.0 release #128

@leonardbinet
Copy link
Collaborator

Actually the initial PR was ambiguous. There can be two types of paste:

  • either placing a whole new_tree under a node of the initial_tree:
  • either placing a the new_tree root children under a node of the initial_tree (more like a merge of trees on a given mutual node)

I'll propose a PR to clarify this.

@thomassajot
Copy link

I am also interested in this feature. Is there an updated estimate of the release of 1.6.0 ? (#128 mentions 01/24/2020)

@kayjan
Copy link

kayjan commented Nov 12, 2022

Hi, this is implemented over here.

https://bigtree.readthedocs.io/en/latest/others/tips.html#merging-trees

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

No branches or pull requests

6 participants