Many changes.
Este commit está contenido en:
@@ -12,6 +12,9 @@ tituloMerge=Merge
|
||||
tituloListaEnlazadaSimple=Simple Linked List
|
||||
tituloListaEnlazadaCircular=Circular Linked List
|
||||
tituloListaEnlazadaDoble=Double Linked List
|
||||
tituloArbolGeneral=General Tree
|
||||
tituloGrafoDirigido=Grafo Dirigido
|
||||
tituloGrafoNoDirigido=Grafo No Dirigido
|
||||
tituloTablaHash=Hash Table
|
||||
|
||||
estructuras=Structures
|
||||
@@ -89,6 +92,14 @@ colaNoValor=Please input a numeric value.
|
||||
arbolValorExiste=Value already exists.
|
||||
arbolNoEsta=Value does not exist.
|
||||
arbolNoValor=Please input a numeric value.
|
||||
|
||||
grafoNodos=Nodos:
|
||||
grafoEdges=Edges:
|
||||
grafoLleno=Node not inserted because of a maxium of 5 nodes in this implementation.
|
||||
grafoNodoExiste=Node alredy exists.
|
||||
grafoNoEsta=Node does not exist.
|
||||
grafoNoNodo=Please input a numeric node number.
|
||||
|
||||
tablaHashLleno=Key not inserted because the hash table is full.
|
||||
tablaHashLlaveExiste=Key already exists.
|
||||
tablaHashNoEsta=Key does not exist.
|
||||
|
@@ -12,6 +12,9 @@ tituloMerge=Merge
|
||||
tituloListaEnlazadaSimple=Lista Enlazada Simple
|
||||
tituloListaEnlazadaCircular=Lista Enlazada Circular
|
||||
tituloListaEnlazadaDoble=Lista Enlazada Doble
|
||||
tituloArbolGeneral=Arbol General
|
||||
tituloGrafoDirigido=Grafo Dirigido
|
||||
tituloGrafoNoDirigido=Grafo No Dirigido
|
||||
tituloTablaHash=Tabla Hash
|
||||
estructuras=Estructuras
|
||||
array=Array
|
||||
@@ -88,6 +91,14 @@ colaNoValor=Ingresar un valor num\u00E9rico por favor.
|
||||
arbolValorExiste=El valor ya existe.
|
||||
arbolNoEsta=El valor no existe.
|
||||
arbolNoValor=Ingresar un valor num\u00E9rico por favor.
|
||||
|
||||
grafoNodos=Nodos:
|
||||
grafoEdges=Edges:
|
||||
grafoLleno=El nodo no fue insertado porque esta implementaci\u00F3n tiene un maxiumo de 5 nodos.
|
||||
grafoNodoExiste=El nodo ya existe.
|
||||
grafoNoEsta=El nodo no existe.
|
||||
grafoNoNodo=Ingresar una llave y un valor num\u00E9rico por favor.
|
||||
|
||||
tablaHashLleno=La llave no fue insertado porque la tabla hash est\u00E1 lleno.
|
||||
tablaHashLlaveExiste=La llave ya existe.
|
||||
tablaHashNoEsta=La llave no existe.
|
||||
|
Referencia en una nueva incidencia
Block a user