We could write our own methods to do the mentioned operations but I was just wondering...
1) Is there a quick way to do a deep copy of a Tree?
2) Is there a quick way to do a merge (union excluding duplicates) of two or more Trees?
Thanks for your help!
1) Is there a quick way to do a deep copy of a Tree?
2) Is there a quick way to do a merge (union excluding duplicates) of two or more Trees?
Thanks for your help!
Comment