Added quick sort.
This commit is contained in:
@@ -7,6 +7,7 @@ tituloBurbuja=Bubble
|
||||
tituloInsercion=Insertion
|
||||
tituloSeleccion=Selection
|
||||
tituloShell=Shell
|
||||
tituloQuick=Quick
|
||||
|
||||
estructuras=Structures
|
||||
array=Array
|
||||
@@ -17,6 +18,7 @@ burbuja=Bubble
|
||||
insercion=Insertion
|
||||
seleccion=Selection
|
||||
shell=Shell
|
||||
quick=Quick
|
||||
listaEnlazada=Linked List
|
||||
listaSimple=Simple
|
||||
listaCircular=Circular
|
||||
@@ -77,6 +79,8 @@ seleccionYaOrdenado=The array is already sorted.
|
||||
|
||||
shellYaOrdenado=The array is already sorted.
|
||||
|
||||
quickYaOrdenado=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