Added rotation.
Updated graphs.
This commit is contained in:
@@ -92,7 +92,13 @@ colaNoValor=Please input a numeric value.
|
||||
arbolValorExiste=Value already exists.
|
||||
arbolNoEsta=Value does not exist.
|
||||
arbolNoValor=Please input a numeric value.
|
||||
arbolPreOrden=Pre Order
|
||||
arbolInOrden=In Order
|
||||
arbolPostOrden=Post Order
|
||||
arbolRotarIzquerda=Left Rotate
|
||||
arbolRotarDerecha=Right Rotate
|
||||
|
||||
grafoWeight=Weight:
|
||||
grafoNodos=Nodos:
|
||||
grafoEdges=Edges:
|
||||
grafoLleno=Node not inserted because of a maxium of 5 nodes in this implementation.
|
||||
|
@@ -91,7 +91,13 @@ 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.
|
||||
arbolPreOrden=Pre Orden
|
||||
arbolInOrden=In Orden
|
||||
arbolPostOrden=Post Orden
|
||||
arbolRotarIzquerda=Rotar Izquerda
|
||||
arbolRotarDerecha=Rotar Derecha
|
||||
|
||||
grafoWeight=Peso:
|
||||
grafoNodos=Nodos:
|
||||
grafoEdges=Edges:
|
||||
grafoLleno=El nodo no fue insertado porque esta implementaci\u00F3n tiene un maxiumo de 5 nodos.
|
||||
|
Reference in New Issue
Block a user