Added a more robust hightlight functionality.

Added Hash Tables.
Updated docs.
This commit is contained in:
Chris Cromer
2016-07-02 15:22:16 -04:00
parent 86108410d5
commit 94d34da973
107 changed files with 21731 additions and 23916 deletions

View File

@@ -12,6 +12,8 @@ tituloMerge=Merge
tituloListaEnlazadaSimple=Simple Linked List
tituloListaEnlazadaCircular=Circular Linked List
tituloListaEnlazadaDoble=Double Linked List
tituloTablaHash=Hash Table
estructuras=Structures
array=Array
arraySimple=Simple
@@ -63,6 +65,8 @@ peek=Peek
nuevo=New
paso=Step
correr=Run
llave=Key:
valor=Value:
arrayLleno=Value not inserted because array is full.
arrayValorExiste=Value already exists.
arrayNoEsta=Value does not exist.
@@ -81,4 +85,8 @@ pilaVacia=The stack is empty.
pilaNoValor=Please input a numeric value.
colaLlena=Value not inserted because the queue is full.
colaVacia=The queue is empty.
colaNoValor=Please input a numeric value.
colaNoValor=Please input a numeric value.
tablaHashLleno=Key not inserted because hash table is full.
tablaHashLlaveExiste=Key already exists.
tablaHashNoEsta=Key does not exist.
tablaHashNoLlave=Please input a key and a numeric value.