Added double and circular linked list.
Updated documentation. Seperated links into 2 types, normal and circular. Added arrow graphics.
This commit is contained in:
@@ -9,6 +9,9 @@ tituloSeleccion=Selection
|
||||
tituloShell=Shell
|
||||
tituloQuick=Quick
|
||||
tituloMerge=Merge
|
||||
tituloListaEnlazadaSimple=Simple Linked List
|
||||
tituloListaEnlazadaCircular=Circular Linked List
|
||||
tituloListaEnlazadaDoble=Double Linked List
|
||||
|
||||
estructuras=Structures
|
||||
array=Array
|
||||
@@ -24,7 +27,7 @@ merge=merge
|
||||
listaEnlazada=Linked List
|
||||
listaSimple=Simple
|
||||
listaCircular=Circular
|
||||
doblementeEnlazada=Double Linked
|
||||
doblementeEnlazada=Double
|
||||
pila=Stack
|
||||
cola=Queue
|
||||
arboles=Tree
|
||||
@@ -56,8 +59,6 @@ cancelar=Cancel
|
||||
cerrar=Close
|
||||
error=Error
|
||||
|
||||
llave=Key:
|
||||
valor=Value:
|
||||
llenar=Fill
|
||||
vaciar=Empty
|
||||
insertar=Insert
|
||||
|
Reference in New Issue
Block a user