Added merge sort and fixed some typos.
This commit is contained in:
@@ -8,6 +8,7 @@ tituloInsercion=Insertion
|
||||
tituloSeleccion=Selection
|
||||
tituloShell=Shell
|
||||
tituloQuick=Quick
|
||||
tituloMerge=Merge
|
||||
|
||||
estructuras=Structures
|
||||
array=Array
|
||||
@@ -19,6 +20,7 @@ insercion=Insertion
|
||||
seleccion=Selection
|
||||
shell=Shell
|
||||
quick=Quick
|
||||
merge=merge
|
||||
listaEnlazada=Linked List
|
||||
listaSimple=Simple
|
||||
listaCircular=Circular
|
||||
@@ -81,6 +83,8 @@ shellYaOrdenado=The array is already sorted.
|
||||
|
||||
quickYaOrdenado=The array is already sorted.
|
||||
|
||||
mergeYaOrdenado=The array is already sorted.
|
||||
|
||||
pilaLlena=Value not inserted because the stack is full.
|
||||
pilaVacia=The stack is empty.
|
||||
pilaNoValor=Please input a numeric value.
|
||||
|
Reference in New Issue
Block a user