From 4821776ffe1b1f4d2aa1f0b4b6d71d40905b91ae Mon Sep 17 00:00:00 2001 From: Chris Cromer Date: Mon, 19 Nov 2018 17:27:56 -0300 Subject: [PATCH] add spacing to bubblesort --- doc/pseudo/bubblesort.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/pseudo/bubblesort.txt b/doc/pseudo/bubblesort.txt index 04866c8..915635c 100644 --- a/doc/pseudo/bubblesort.txt +++ b/doc/pseudo/bubblesort.txt @@ -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