How two merge two binary trees in vb.net?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • starlight849
    New Member
    • Jun 2009
    • 82

    How two merge two binary trees in vb.net?

    Hi,
    I have two binary trees. I am attempting to merge the two trees into one tree using vb.net. Basically, Adding the contents of tree 2 to tree 1. I am not having much luck with finding an example of how to do the actual merge. Any help would be appreciated.

    Thanks,
    Starlight849
Working...