Lista enlazada added.

This commit is contained in:
Chris Cromer
2016-06-25 14:14:17 -04:00
parent e89d581b0a
commit 2f4c70ad4c
9 changed files with 186 additions and 70 deletions

View File

@@ -56,6 +56,8 @@ cancelar=Cancel
cerrar=Close
error=Error
llave=Key:
valor=Value:
llenar=Fill
vaciar=Empty
insertar=Insert
@@ -85,6 +87,10 @@ quickYaOrdenado=The array is already sorted.
mergeYaOrdenado=The array is already sorted.
listaLlaveExiste=Key already exists.
listaNoEsta=Key does not exist.
listaNoValor=Please input a numeric key and value.
pilaLlena=Value not inserted because the stack is full.
pilaVacia=The stack is empty.
pilaNoValor=Please input a numeric value.