
Binary Tree
Check if removing an edge can split a binary tree into two equal size trees
import java.util.concurrent.atomic.AtomicBoolean; // A category to retailer a binary tree node class Node int information; Node left, proper; Node(int information) this.information =