Split a tree into subtrees

Discussion in 'Physics & Math' started by Reid, Oct 22, 2004.

  1. Reid Registered Senior Member

    Messages:
    97
    If I have a tree with n nodes (not ordered in any way) and want to remove a node V. After I have removed V I want the resulting trees to have at most n/2 nodes.

    How do I choose V in linear time?
     

Share This Page