Explorar el Código

Update 'lista4.md'

capella hace 7 años
padre
commit
2b95cda2b1
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      lista4.md

+ 2 - 2
lista4.md

@@ -13,6 +13,6 @@ OrdenaAB(C, N)
             esq $\leftarrow$ esq + 1
         senão
             C[esq] $\leftrightarrow$ C[dir]
-            dir $\leftarrow$ dir + 1
-            esq $\leftarrow$ esq + 1
+            dir \$\leftarrow\$ dir + 1
+            esq \$\leftarrow\$ esq + 1
 ```