Added a more robust hightlight functionality.
Added Hash Tables. Updated docs.
This commit is contained in:
@@ -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.
|
Reference in New Issue
Block a user