add spacing to bubblesort
This commit is contained in:
parent
0b6ca2c051
commit
4821776ffe
@ -1,5 +1,6 @@
|
||||
entrada: array: arreglo de elementos enteros; n: tamaño del arreglo
|
||||
salida: arreglo array ordenado ascendentemente.
|
||||
|
||||
cuentaDeElementos := n
|
||||
repetir
|
||||
haCambiado := falso
|
||||
|
Loading…
Reference in New Issue
Block a user