Added rotation.

Updated graphs.
This commit is contained in:
Chris Cromer
2016-07-16 16:28:25 -04:00
parent f0c1a51634
commit 201ed14bdd
141 changed files with 1693 additions and 503 deletions

View File

@@ -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.

View File

@@ -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.