Ladderizes the tree below the given vertex. Ladderizing is equivalent to "re-sorting" the tree, where the vertices below a given vertex are sorted by the their number of total enclosed leaf vertices.
@param vertex
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.