Started work on trees.

This commit is contained in:
Chris Cromer
2016-07-04 11:38:26 -04:00
parent a8b2b34be4
commit b888744104
45 changed files with 754 additions and 260 deletions

View File

@@ -511,11 +511,11 @@
<dd>
<div class="block">Destacar un elemento</div>
</dd>
<dt><span class="memberNameLink"><a href="cl/cromer/estructuras/ListaEnlazdaController.html#dibujarDoble-cl.cromer.estructuras.Enlace-boolean-">dibujarDoble(Enlace, boolean)</a></span> - Method in class cl.cromer.estructuras.<a href="cl/cromer/estructuras/ListaEnlazdaController.html" title="class in cl.cromer.estructuras">ListaEnlazdaController</a></dt>
<dt><span class="memberNameLink"><a href="cl/cromer/estructuras/ListaEnlazdaController.html#dibujarDoble-cl.cromer.estructuras.ListaEnlace-boolean-">dibujarDoble(Enlace, boolean)</a></span> - Method in class cl.cromer.estructuras.<a href="cl/cromer/estructuras/ListaEnlazdaController.html" title="class in cl.cromer.estructuras">ListaEnlazdaController</a></dt>
<dd>
<div class="block">Dibujarlo con dos flechas.</div>
</dd>
<dt><span class="memberNameLink"><a href="cl/cromer/estructuras/ListaEnlazdaController.html#dibujarSimple-cl.cromer.estructuras.Enlace-boolean-">dibujarSimple(Enlace, boolean)</a></span> - Method in class cl.cromer.estructuras.<a href="cl/cromer/estructuras/ListaEnlazdaController.html" title="class in cl.cromer.estructuras">ListaEnlazdaController</a></dt>
<dt><span class="memberNameLink"><a href="cl/cromer/estructuras/ListaEnlazdaController.html#dibujarSimple-cl.cromer.estructuras.ListaEnlace-boolean-">dibujarSimple(Enlace, boolean)</a></span> - Method in class cl.cromer.estructuras.<a href="cl/cromer/estructuras/ListaEnlazdaController.html" title="class in cl.cromer.estructuras">ListaEnlazdaController</a></dt>
<dd>
<div class="block">Dibujarlo con una flecha.</div>
</dd>
@@ -543,19 +543,19 @@
</dd>
<dt><span class="memberNameLink"><a href="cl/cromer/estructuras/ListaEnlazada.html#eliminar-int-">eliminar(int)</a></span> - Method in class cl.cromer.estructuras.<a href="cl/cromer/estructuras/ListaEnlazada.html" title="class in cl.cromer.estructuras">ListaEnlazada</a></dt>
<dd>
<div class="block">Eliminar un enlace de la lista.</div>
<div class="block">Eliminar un listaEnlace de la lista.</div>
</dd>
<dt><span class="memberNameLink"><a href="cl/cromer/estructuras/ListaEnlazadaCircular.html#eliminar-int-">eliminar(int)</a></span> - Method in class cl.cromer.estructuras.<a href="cl/cromer/estructuras/ListaEnlazadaCircular.html" title="class in cl.cromer.estructuras">ListaEnlazadaCircular</a></dt>
<dd>
<div class="block">Eliminar un enlace de la lista.</div>
<div class="block">Eliminar un listaEnlace de la lista.</div>
</dd>
<dt><a href="cl/cromer/estructuras/Enlace.html" title="interface in cl.cromer.estructuras"><span class="typeNameLink">Enlace</span></a> - Interface in <a href="cl/cromer/estructuras/package-summary.html">cl.cromer.estructuras</a></dt>
<dd>
<div class="block">Esta interfaz es para los 2 tipos de enlace, <a href="cl/cromer/estructuras/EnlaceNormal.html" title="class in cl.cromer.estructuras"><code>EnlaceNormal</code></a> y <a href="cl/cromer/estructuras/EnlaceCircular.html" title="class in cl.cromer.estructuras"><code>EnlaceCircular</code></a>.</div>
<div class="block">Esta interfaz es para los 2 tipos de listaEnlace, <a href="cl/cromer/estructuras/EnlaceNormal.html" title="class in cl.cromer.estructuras"><code>EnlaceNormal</code></a> y <a href="cl/cromer/estructuras/EnlaceCircular.html" title="class in cl.cromer.estructuras"><code>EnlaceCircular</code></a>.</div>
</dd>
<dt><a href="cl/cromer/estructuras/EnlaceCircular.html" title="class in cl.cromer.estructuras"><span class="typeNameLink">EnlaceCircular</span></a> - Class in <a href="cl/cromer/estructuras/package-summary.html">cl.cromer.estructuras</a></dt>
<dd>
<div class="block">Esta clase es de tipo de enlace circular.</div>
<div class="block">Esta clase es de tipo de listaEnlace circular.</div>
</dd>
<dt><span class="memberNameLink"><a href="cl/cromer/estructuras/EnlaceCircular.html#EnlaceCircular--">EnlaceCircular()</a></span> - Constructor for class cl.cromer.estructuras.<a href="cl/cromer/estructuras/EnlaceCircular.html" title="class in cl.cromer.estructuras">EnlaceCircular</a></dt>
<dd>
@@ -563,7 +563,7 @@
</dd>
<dt><a href="cl/cromer/estructuras/EnlaceNormal.html" title="class in cl.cromer.estructuras"><span class="typeNameLink">EnlaceNormal</span></a> - Class in <a href="cl/cromer/estructuras/package-summary.html">cl.cromer.estructuras</a></dt>
<dd>
<div class="block">Esta clase es de tipo de enlace normal.</div>
<div class="block">Esta clase es de tipo de listaEnlace normal.</div>
</dd>
<dt><span class="memberNameLink"><a href="cl/cromer/estructuras/EnlaceNormal.html#EnlaceNormal--">EnlaceNormal()</a></span> - Constructor for class cl.cromer.estructuras.<a href="cl/cromer/estructuras/EnlaceNormal.html" title="class in cl.cromer.estructuras">EnlaceNormal</a></dt>
<dd>
@@ -667,11 +667,11 @@
</dd>
<dt><span class="memberNameLink"><a href="cl/cromer/estructuras/ListaEnlazada.html#getIndice-int-">getIndice(int)</a></span> - Method in class cl.cromer.estructuras.<a href="cl/cromer/estructuras/ListaEnlazada.html" title="class in cl.cromer.estructuras">ListaEnlazada</a></dt>
<dd>
<div class="block">Devolver un enlace con su llave y valor.</div>
<div class="block">Devolver un listaEnlace con su llave y valor.</div>
</dd>
<dt><span class="memberNameLink"><a href="cl/cromer/estructuras/ListaEnlazadaCircular.html#getIndice-int-">getIndice(int)</a></span> - Method in class cl.cromer.estructuras.<a href="cl/cromer/estructuras/ListaEnlazadaCircular.html" title="class in cl.cromer.estructuras">ListaEnlazadaCircular</a></dt>
<dd>
<div class="block">Devolver un enlace con su llave y valor.</div>
<div class="block">Devolver un listaEnlace con su llave y valor.</div>
</dd>
<dt><span class="memberNameLink"><a href="cl/cromer/estructuras/Pila.html#getIndice-int-">getIndice(int)</a></span> - Method in class cl.cromer.estructuras.<a href="cl/cromer/estructuras/Pila.html" title="class in cl.cromer.estructuras">Pila</a></dt>
<dd>
@@ -701,15 +701,15 @@
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="cl/cromer/estructuras/Enlace.html#getPrevio--">getPrevio()</a></span> - Method in interface cl.cromer.estructuras.<a href="cl/cromer/estructuras/Enlace.html" title="interface in cl.cromer.estructuras">Enlace</a></dt>
<dd>
<div class="block">Devolver el enlace previo.</div>
<div class="block">Devolver el listaEnlace previo.</div>
</dd>
<dt><span class="memberNameLink"><a href="cl/cromer/estructuras/EnlaceCircular.html#getPrevio--">getPrevio()</a></span> - Method in class cl.cromer.estructuras.<a href="cl/cromer/estructuras/EnlaceCircular.html" title="class in cl.cromer.estructuras">EnlaceCircular</a></dt>
<dd>
<div class="block">Devolver el enlace previo.</div>
<div class="block">Devolver el listaEnlace previo.</div>
</dd>
<dt><span class="memberNameLink"><a href="cl/cromer/estructuras/EnlaceNormal.html#getPrevio--">getPrevio()</a></span> - Method in class cl.cromer.estructuras.<a href="cl/cromer/estructuras/EnlaceNormal.html" title="class in cl.cromer.estructuras">EnlaceNormal</a></dt>
<dd>
<div class="block">Devolver el enlace previo.</div>
<div class="block">Devolver el listaEnlace previo.</div>
</dd>
<dt><span class="memberNameLink"><a href="cl/cromer/estructuras/Array.ParticionarResult.html#getPunteroIzquerda--">getPunteroIzquerda()</a></span> - Method in class cl.cromer.estructuras.<a href="cl/cromer/estructuras/Array.ParticionarResult.html" title="class in cl.cromer.estructuras">Array.ParticionarResult</a></dt>
<dd>
@@ -721,15 +721,15 @@
</dd>
<dt><span class="memberNameLink"><a href="cl/cromer/estructuras/Enlace.html#getSiguiente--">getSiguiente()</a></span> - Method in interface cl.cromer.estructuras.<a href="cl/cromer/estructuras/Enlace.html" title="interface in cl.cromer.estructuras">Enlace</a></dt>
<dd>
<div class="block">Devolver el siguente enlace.</div>
<div class="block">Devolver el siguente listaEnlace.</div>
</dd>
<dt><span class="memberNameLink"><a href="cl/cromer/estructuras/EnlaceCircular.html#getSiguiente--">getSiguiente()</a></span> - Method in class cl.cromer.estructuras.<a href="cl/cromer/estructuras/EnlaceCircular.html" title="class in cl.cromer.estructuras">EnlaceCircular</a></dt>
<dd>
<div class="block">Devolver el siguiente enlace.</div>
<div class="block">Devolver el siguiente listaEnlace.</div>
</dd>
<dt><span class="memberNameLink"><a href="cl/cromer/estructuras/EnlaceNormal.html#getSiguiente--">getSiguiente()</a></span> - Method in class cl.cromer.estructuras.<a href="cl/cromer/estructuras/EnlaceNormal.html" title="class in cl.cromer.estructuras">EnlaceNormal</a></dt>
<dd>
<div class="block">Devolver el siguiente enlace.</div>
<div class="block">Devolver el siguiente listaEnlace.</div>
</dd>
<dt><span class="memberNameLink"><a href="cl/cromer/estructuras/Colores.html#getTexto--">getTexto()</a></span> - Method in class cl.cromer.estructuras.<a href="cl/cromer/estructuras/Colores.html" title="class in cl.cromer.estructuras">Colores</a></dt>
<dd>
@@ -973,7 +973,7 @@
<dl>
<dt><span class="memberNameLink"><a href="cl/cromer/estructuras/ListaEnlazada.html#lista">lista</a></span> - Variable in class cl.cromer.estructuras.<a href="cl/cromer/estructuras/ListaEnlazada.html" title="class in cl.cromer.estructuras">ListaEnlazada</a></dt>
<dd>
<div class="block">El enlace principal de la lista.</div>
<div class="block">El listaEnlace principal de la lista.</div>
</dd>
<dt><a href="cl/cromer/estructuras/ListaEnlazada.html" title="class in cl.cromer.estructuras"><span class="typeNameLink">ListaEnlazada</span></a> - Class in <a href="cl/cromer/estructuras/package-summary.html">cl.cromer.estructuras</a></dt>
<dd>
@@ -1294,11 +1294,11 @@
</dd>
<dt><span class="memberNameLink"><a href="cl/cromer/estructuras/EnlaceNormal.html#previo">previo</a></span> - Variable in class cl.cromer.estructuras.<a href="cl/cromer/estructuras/EnlaceNormal.html" title="class in cl.cromer.estructuras">EnlaceNormal</a></dt>
<dd>
<div class="block">El enlace previo por doble enlazada.</div>
<div class="block">El listaEnlace previo por doble enlazada.</div>
</dd>
<dt><span class="memberNameLink"><a href="cl/cromer/estructuras/ListaEnlazadaCircular.html#primer">primer</a></span> - Variable in class cl.cromer.estructuras.<a href="cl/cromer/estructuras/ListaEnlazadaCircular.html" title="class in cl.cromer.estructuras">ListaEnlazadaCircular</a></dt>
<dd>
<div class="block">El primer enlace.</div>
<div class="block">El primer listaEnlace.</div>
</dd>
<dt><span class="memberNameLink"><a href="cl/cromer/estructuras/Array.ParticionarResult.html#punteroIzquerda">punteroIzquerda</a></span> - Variable in class cl.cromer.estructuras.<a href="cl/cromer/estructuras/Array.ParticionarResult.html" title="class in cl.cromer.estructuras">Array.ParticionarResult</a></dt>
<dd>
@@ -1504,7 +1504,7 @@
</dd>
<dt><span class="memberNameLink"><a href="cl/cromer/estructuras/Enlace.html#setPrevio-java.lang.Object-">setPrevio(Object)</a></span> - Method in interface cl.cromer.estructuras.<a href="cl/cromer/estructuras/Enlace.html" title="interface in cl.cromer.estructuras">Enlace</a></dt>
<dd>
<div class="block">Cambiar el previo enlace.</div>
<div class="block">Cambiar el previo listaEnlace.</div>
</dd>
<dt><span class="memberNameLink"><a href="cl/cromer/estructuras/EnlaceCircular.html#setPrevio-java.lang.Object-">setPrevio(Object)</a></span> - Method in class cl.cromer.estructuras.<a href="cl/cromer/estructuras/EnlaceCircular.html" title="class in cl.cromer.estructuras">EnlaceCircular</a></dt>
<dd>
@@ -1512,19 +1512,19 @@
</dd>
<dt><span class="memberNameLink"><a href="cl/cromer/estructuras/EnlaceNormal.html#setPrevio-java.lang.Object-">setPrevio(Object)</a></span> - Method in class cl.cromer.estructuras.<a href="cl/cromer/estructuras/EnlaceNormal.html" title="class in cl.cromer.estructuras">EnlaceNormal</a></dt>
<dd>
<div class="block">Cambiar el previo enlace.</div>
<div class="block">Cambiar el previo listaEnlace.</div>
</dd>
<dt><span class="memberNameLink"><a href="cl/cromer/estructuras/Enlace.html#setSiguiente-java.lang.Object-">setSiguiente(Object)</a></span> - Method in interface cl.cromer.estructuras.<a href="cl/cromer/estructuras/Enlace.html" title="interface in cl.cromer.estructuras">Enlace</a></dt>
<dd>
<div class="block">Cambiar el siguiente enlace.</div>
<div class="block">Cambiar el siguiente listaEnlace.</div>
</dd>
<dt><span class="memberNameLink"><a href="cl/cromer/estructuras/EnlaceCircular.html#setSiguiente-java.lang.Object-">setSiguiente(Object)</a></span> - Method in class cl.cromer.estructuras.<a href="cl/cromer/estructuras/EnlaceCircular.html" title="class in cl.cromer.estructuras">EnlaceCircular</a></dt>
<dd>
<div class="block">Cambiar el siguiente enlace.</div>
<div class="block">Cambiar el siguiente listaEnlace.</div>
</dd>
<dt><span class="memberNameLink"><a href="cl/cromer/estructuras/EnlaceNormal.html#setSiguiente-java.lang.Object-">setSiguiente(Object)</a></span> - Method in class cl.cromer.estructuras.<a href="cl/cromer/estructuras/EnlaceNormal.html" title="class in cl.cromer.estructuras">EnlaceNormal</a></dt>
<dd>
<div class="block">Cambiar el siguiente enlace.</div>
<div class="block">Cambiar el siguiente listaEnlace.</div>
</dd>
<dt><span class="memberNameLink"><a href="cl/cromer/estructuras/ListaEnlazada.html#setTipo-int-">setTipo(int)</a></span> - Method in class cl.cromer.estructuras.<a href="cl/cromer/estructuras/ListaEnlazada.html" title="class in cl.cromer.estructuras">ListaEnlazada</a></dt>
<dd>
@@ -1546,11 +1546,11 @@
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="cl/cromer/estructuras/EnlaceCircular.html#siguiente">siguiente</a></span> - Variable in class cl.cromer.estructuras.<a href="cl/cromer/estructuras/EnlaceCircular.html" title="class in cl.cromer.estructuras">EnlaceCircular</a></dt>
<dd>
<div class="block">El siguiente enlace.</div>
<div class="block">El siguiente listaEnlace.</div>
</dd>
<dt><span class="memberNameLink"><a href="cl/cromer/estructuras/EnlaceNormal.html#siguiente">siguiente</a></span> - Variable in class cl.cromer.estructuras.<a href="cl/cromer/estructuras/EnlaceNormal.html" title="class in cl.cromer.estructuras">EnlaceNormal</a></dt>
<dd>
<div class="block">El siguiente enlace.</div>
<div class="block">El siguiente listaEnlace.</div>
</dd>
<dt><span class="memberNameLink"><a href="cl/cromer/estructuras/Colores.html#siguinteColor--">siguinteColor()</a></span> - Method in class cl.cromer.estructuras.<a href="cl/cromer/estructuras/Colores.html" title="class in cl.cromer.estructuras">Colores</a></dt>
<dd>
@@ -1678,7 +1678,7 @@
<dl>
<dt><span class="memberNameLink"><a href="cl/cromer/estructuras/ListaEnlazadaCircular.html#ultimo">ultimo</a></span> - Variable in class cl.cromer.estructuras.<a href="cl/cromer/estructuras/ListaEnlazadaCircular.html" title="class in cl.cromer.estructuras">ListaEnlazadaCircular</a></dt>
<dd>
<div class="block">El ultimo enlace.</div>
<div class="block">El ultimo listaEnlace.</div>
</dd>
</dl>
<a name="I:V">