Added double and circular linked list.

Updated documentation.
Seperated links into 2 types, normal and circular.
Added arrow graphics.
This commit is contained in:
Chris Cromer
2016-06-26 13:03:04 -04:00
parent 2f4c70ad4c
commit 5dff73e43a
100 changed files with 7313 additions and 542 deletions

View File

@@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="es">
<head>
<!-- Generated by javadoc (1.8.0_92) on Tue Jun 21 21:14:51 CLT 2016 -->
<!-- Generated by javadoc (1.8.0_92) on Sun Jun 26 14:00:30 CLT 2016 -->
<meta http-equiv="Content-Type" content="text/html; charset=utf8">
<title>B-Index</title>
<meta name="date" content="2016-06-21">
<meta name="date" content="2016-06-26">
<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
<script type="text/javascript" src="../script.js"></script>
</head>
@@ -69,7 +69,7 @@
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="contentContainer"><a href="index-1.html">A</a>&nbsp;<a href="index-2.html">B</a>&nbsp;<a href="index-3.html">C</a>&nbsp;<a href="index-4.html">D</a>&nbsp;<a href="index-5.html">E</a>&nbsp;<a href="index-6.html">F</a>&nbsp;<a href="index-7.html">G</a>&nbsp;<a href="index-8.html">I</a>&nbsp;<a href="index-9.html">L</a>&nbsp;<a href="index-10.html">M</a>&nbsp;<a href="index-11.html">O</a>&nbsp;<a href="index-12.html">P</a>&nbsp;<a href="index-13.html">Q</a>&nbsp;<a href="index-14.html">R</a>&nbsp;<a href="index-15.html">S</a>&nbsp;<a href="index-16.html">T</a>&nbsp;<a href="index-17.html">V</a>&nbsp;<a name="I:B">
<div class="contentContainer"><a href="index-1.html">A</a>&nbsp;<a href="index-2.html">B</a>&nbsp;<a href="index-3.html">C</a>&nbsp;<a href="index-4.html">D</a>&nbsp;<a href="index-5.html">E</a>&nbsp;<a href="index-6.html">F</a>&nbsp;<a href="index-7.html">G</a>&nbsp;<a href="index-8.html">I</a>&nbsp;<a href="index-9.html">L</a>&nbsp;<a href="index-10.html">M</a>&nbsp;<a href="index-11.html">O</a>&nbsp;<a href="index-12.html">P</a>&nbsp;<a href="index-13.html">Q</a>&nbsp;<a href="index-14.html">R</a>&nbsp;<a href="index-15.html">S</a>&nbsp;<a href="index-16.html">T</a>&nbsp;<a href="index-17.html">U</a>&nbsp;<a href="index-18.html">V</a>&nbsp;<a name="I:B">
<!-- -->
</a>
<h2 class="title">B</h2>
@@ -83,6 +83,11 @@
<div class="block">Buscar si existe un elemento en el array y mostrar el codigo en la pantalla
Si existe el valor destacarlo.</div>
</dd>
<dt><span class="memberNameLink"><a href="../cl/cromer/estructuras/ListaEnlazdaController.html#botonBuscar--">botonBuscar()</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">Buscar si existe una llave en la lista y mostrar el codigo en la pantalla
Si existe la llave destacarla.</div>
</dd>
<dt><span class="memberNameLink"><a href="../cl/cromer/estructuras/BurbujaController.html#botonCorrer--">botonCorrer()</a></span> - Method in class cl.cromer.estructuras.<a href="../cl/cromer/estructuras/BurbujaController.html" title="class in cl.cromer.estructuras">BurbujaController</a></dt>
<dd>
<div class="block">Ordenarlo completamente.</div>
@@ -91,6 +96,10 @@
<dd>
<div class="block">Ordenarlo completamente.</div>
</dd>
<dt><span class="memberNameLink"><a href="../cl/cromer/estructuras/MergeController.html#botonCorrer--">botonCorrer()</a></span> - Method in class cl.cromer.estructuras.<a href="../cl/cromer/estructuras/MergeController.html" title="class in cl.cromer.estructuras">MergeController</a></dt>
<dd>
<div class="block">Ordenarlo completamente.</div>
</dd>
<dt><span class="memberNameLink"><a href="../cl/cromer/estructuras/QuickController.html#botonCorrer--">botonCorrer()</a></span> - Method in class cl.cromer.estructuras.<a href="../cl/cromer/estructuras/QuickController.html" title="class in cl.cromer.estructuras">QuickController</a></dt>
<dd>
<div class="block">Ordenarlo completamente.</div>
@@ -107,10 +116,18 @@
<dd>
<div class="block">Eliminar un valor del array si existe y mostrar el codigo en la pantalla.</div>
</dd>
<dt><span class="memberNameLink"><a href="../cl/cromer/estructuras/ListaEnlazdaController.html#botonEliminar--">botonEliminar()</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">Eliminar un valor de la lista si existe y mostrar el codigo en la pantalla.</div>
</dd>
<dt><span class="memberNameLink"><a href="../cl/cromer/estructuras/ArrayController.html#botonInsertar--">botonInsertar()</a></span> - Method in class cl.cromer.estructuras.<a href="../cl/cromer/estructuras/ArrayController.html" title="class in cl.cromer.estructuras">ArrayController</a></dt>
<dd>
<div class="block">Insertar un valor al array y mostrar el codigo en la pantalla.</div>
</dd>
<dt><span class="memberNameLink"><a href="../cl/cromer/estructuras/ListaEnlazdaController.html#botonInsertar--">botonInsertar()</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">Insertar un valor a la lista y mostrar el codigo en la pantalla.</div>
</dd>
<dt><span class="memberNameLink"><a href="../cl/cromer/estructuras/ArrayController.html#botonLlenar--">botonLlenar()</a></span> - Method in class cl.cromer.estructuras.<a href="../cl/cromer/estructuras/ArrayController.html" title="class in cl.cromer.estructuras">ArrayController</a></dt>
<dd>
<div class="block">Llenar el array con numeros al azar.</div>
@@ -119,6 +136,10 @@
<dd>
<div class="block">Llenar la cola con numeros al azar.</div>
</dd>
<dt><span class="memberNameLink"><a href="../cl/cromer/estructuras/ListaEnlazdaController.html#botonLlenar--">botonLlenar()</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">Llenar la lista con numeros al azar.</div>
</dd>
<dt><span class="memberNameLink"><a href="../cl/cromer/estructuras/PilaController.html#botonLlenar--">botonLlenar()</a></span> - Method in class cl.cromer.estructuras.<a href="../cl/cromer/estructuras/PilaController.html" title="class in cl.cromer.estructuras">PilaController</a></dt>
<dd>
<div class="block">Llenar la pila con numeros al azar.</div>
@@ -131,6 +152,10 @@
<dd>
<div class="block">Crear un array nuevo.</div>
</dd>
<dt><span class="memberNameLink"><a href="../cl/cromer/estructuras/MergeController.html#botonNuevo--">botonNuevo()</a></span> - Method in class cl.cromer.estructuras.<a href="../cl/cromer/estructuras/MergeController.html" title="class in cl.cromer.estructuras">MergeController</a></dt>
<dd>
<div class="block">Crear un array nuevo.</div>
</dd>
<dt><span class="memberNameLink"><a href="../cl/cromer/estructuras/QuickController.html#botonNuevo--">botonNuevo()</a></span> - Method in class cl.cromer.estructuras.<a href="../cl/cromer/estructuras/QuickController.html" title="class in cl.cromer.estructuras">QuickController</a></dt>
<dd>
<div class="block">Crear un array nuevo.</div>
@@ -151,6 +176,10 @@
<dd>
<div class="block">Ordenarlo paso por paso.</div>
</dd>
<dt><span class="memberNameLink"><a href="../cl/cromer/estructuras/MergeController.html#botonPaso--">botonPaso()</a></span> - Method in class cl.cromer.estructuras.<a href="../cl/cromer/estructuras/MergeController.html" title="class in cl.cromer.estructuras">MergeController</a></dt>
<dd>
<div class="block">Ordenarlo paso por paso.</div>
</dd>
<dt><span class="memberNameLink"><a href="../cl/cromer/estructuras/QuickController.html#botonPaso--">botonPaso()</a></span> - Method in class cl.cromer.estructuras.<a href="../cl/cromer/estructuras/QuickController.html" title="class in cl.cromer.estructuras">QuickController</a></dt>
<dd>
<div class="block">Ordenarlo paso por paso.</div>
@@ -197,6 +226,10 @@
<dd>
<div class="block">Vaciar la cola de todos los valores.</div>
</dd>
<dt><span class="memberNameLink"><a href="../cl/cromer/estructuras/ListaEnlazdaController.html#botonVaciar--">botonVaciar()</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">Vaciar la lista de todos los valores.</div>
</dd>
<dt><span class="memberNameLink"><a href="../cl/cromer/estructuras/PilaController.html#botonVaciar--">botonVaciar()</a></span> - Method in class cl.cromer.estructuras.<a href="../cl/cromer/estructuras/PilaController.html" title="class in cl.cromer.estructuras">PilaController</a></dt>
<dd>
<div class="block">Vaciar la pila de todos los valores.</div>
@@ -216,9 +249,15 @@
<div class="block">Buscar si existe un valor dentro el array.</div>
</dd>
<dt><span class="memberNameLink"><a href="../cl/cromer/estructuras/ListaEnlazada.html#buscar-int-">buscar(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>&nbsp;</dd>
<dd>
<div class="block">Buscar una llave en la lista.</div>
</dd>
<dt><span class="memberNameLink"><a href="../cl/cromer/estructuras/ListaEnlazadaCircular.html#buscar-int-">buscar(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">Buscar una llave en la lista.</div>
</dd>
</dl>
<a href="index-1.html">A</a>&nbsp;<a href="index-2.html">B</a>&nbsp;<a href="index-3.html">C</a>&nbsp;<a href="index-4.html">D</a>&nbsp;<a href="index-5.html">E</a>&nbsp;<a href="index-6.html">F</a>&nbsp;<a href="index-7.html">G</a>&nbsp;<a href="index-8.html">I</a>&nbsp;<a href="index-9.html">L</a>&nbsp;<a href="index-10.html">M</a>&nbsp;<a href="index-11.html">O</a>&nbsp;<a href="index-12.html">P</a>&nbsp;<a href="index-13.html">Q</a>&nbsp;<a href="index-14.html">R</a>&nbsp;<a href="index-15.html">S</a>&nbsp;<a href="index-16.html">T</a>&nbsp;<a href="index-17.html">V</a>&nbsp;</div>
<a href="index-1.html">A</a>&nbsp;<a href="index-2.html">B</a>&nbsp;<a href="index-3.html">C</a>&nbsp;<a href="index-4.html">D</a>&nbsp;<a href="index-5.html">E</a>&nbsp;<a href="index-6.html">F</a>&nbsp;<a href="index-7.html">G</a>&nbsp;<a href="index-8.html">I</a>&nbsp;<a href="index-9.html">L</a>&nbsp;<a href="index-10.html">M</a>&nbsp;<a href="index-11.html">O</a>&nbsp;<a href="index-12.html">P</a>&nbsp;<a href="index-13.html">Q</a>&nbsp;<a href="index-14.html">R</a>&nbsp;<a href="index-15.html">S</a>&nbsp;<a href="index-16.html">T</a>&nbsp;<a href="index-17.html">U</a>&nbsp;<a href="index-18.html">V</a>&nbsp;</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->