Added code display to trees.
Fixed some bugs in trees. Updated docs.
This commit is contained in:
@@ -2,10 +2,10 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="es">
|
||||
<head>
|
||||
<!-- Generated by javadoc (1.8.0_92) on Sat Jul 16 17:27:35 CLT 2016 -->
|
||||
<!-- Generated by javadoc (1.8.0_92) on Tue Jul 19 15:00:27 CLT 2016 -->
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf8">
|
||||
<title>cl.cromer.estructuras</title>
|
||||
<meta name="date" content="2016-07-16">
|
||||
<meta name="date" content="2016-07-19">
|
||||
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
|
||||
<script type="text/javascript" src="../../../script.js"></script>
|
||||
</head>
|
||||
@@ -104,7 +104,7 @@
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><a href="../../../cl/cromer/estructuras/ListaEnlace.html" title="interface in cl.cromer.estructuras">ListaEnlace</a></td>
|
||||
<td class="colLast">
|
||||
<div class="block">Esta interfaz es para los 2 tipos de enlace, <a href="../../../cl/cromer/estructuras/ListaEnlaceNormal.html" title="class in cl.cromer.estructuras"><code>ListaEnlaceNormal</code></a> y <a href="../../../cl/cromer/estructuras/ListaEnlaceCircular.html" title="class in cl.cromer.estructuras"><code>ListaEnlaceCircular</code></a>.</div>
|
||||
<div class="block">Esta interfaz es para los 2 arbolTipo de enlace, <a href="../../../cl/cromer/estructuras/ListaEnlaceNormal.html" title="class in cl.cromer.estructuras"><code>ListaEnlaceNormal</code></a> y <a href="../../../cl/cromer/estructuras/ListaEnlaceCircular.html" title="class in cl.cromer.estructuras"><code>ListaEnlaceCircular</code></a>.</div>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
@@ -127,7 +127,7 @@
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><a href="../../../cl/cromer/estructuras/Arbol.Tipos.html" title="class in cl.cromer.estructuras">Arbol.Tipos</a></td>
|
||||
<td class="colLast">
|
||||
<div class="block">Esta clase contiene los tipos de arboles.</div>
|
||||
<div class="block">Esta clase contiene los arbolTipo de arboles.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
@@ -151,7 +151,7 @@
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><a href="../../../cl/cromer/estructuras/Array.Tipos.html" title="class in cl.cromer.estructuras">Array.Tipos</a></td>
|
||||
<td class="colLast">
|
||||
<div class="block">Esta clase contiene los tipos de array.</div>
|
||||
<div class="block">Esta clase contiene los arbolTipo de array.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
@@ -221,7 +221,7 @@
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><a href="../../../cl/cromer/estructuras/Grafo.Tipos.html" title="class in cl.cromer.estructuras">Grafo.Tipos</a></td>
|
||||
<td class="colLast">
|
||||
<div class="block">Esta clase contiene los tipos de grafo.</div>
|
||||
<div class="block">Esta clase contiene los arbolTipo de grafo.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
@@ -275,7 +275,7 @@
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><a href="../../../cl/cromer/estructuras/ListaEnlazada.Tipos.html" title="class in cl.cromer.estructuras">ListaEnlazada.Tipos</a></td>
|
||||
<td class="colLast">
|
||||
<div class="block">Esta clase contiene los tipos de listas enlazadas.</div>
|
||||
<div class="block">Esta clase contiene los arbolTipo de listas enlazadas.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
|
Reference in New Issue
Block a user