Removes "elbowed" nodes from the subtree below the given vertex. An elbowed node is defined as a node that has a single parent and a single child.
@param vertex the node at which to begin culling
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.