I have an undirected acyclic simple graph with N nodes and N-1 edges (all nodes are connected to each others).
Removing the edge E_i splits the graph into exactly two sub-graphs having M_i and N-M_i nodes respectively.
I'm looking for an algorithm that searches the edges E_i to find the most equal partition of nodes: I want to find min(max(M_i, N-M_i)).
graphand add the taggraph-theoryto help get the interest of the right people. - Jeff Learman