if(!haveChildren(curr)) { // elimina el nodo actual deletecurr; curr=nullptr; // elimina los nodos principales que no son hojas returntrue; } // si el nodo actual es un nodo hoja y tiene hijos else{ // marca el nodo actual como nodo no hoja (NO LO ELIMINES) ...
JAVA_HOME="$javaHome" export JAVA_HOME fi fi fi if [ -z "$JAVACMD" ] ; then if [ -n "$JAVA_HOME" ] ; then if [ -x "$JAVA_HOME/jre/sh/java" ] ; then # IBM's JDK on AIX uses strange locations for the executables JAVACMD="$JAVA_HOME/jre/sh/java" else JAVACMD="$JAV...