From 03d0bed4f6751554066b5881ee9a8565c779d63f Mon Sep 17 00:00:00 2001
From: ycanas
Date: Fri, 29 Dec 2023 12:16:43 -0500
Subject: [PATCH] =?UTF-8?q?actualizaci=C3=B3n=20index.html?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
index.html | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/index.html b/index.html
index 1e28cfb..eb01674 100644
--- a/index.html
+++ b/index.html
@@ -55,12 +55,10 @@ Ejemplo:
- Obtener el número a convertir en binario → 13
- Dividir sucesivamente el número por 2, hasta obtener un cociente de 0
-
13 ÷ 2 = 6, residuo 1
06 ÷ 2 = 3, residuo 0
03 ÷ 2 = 1, residuo 1
- 01 ÷ 2 = 0, residuo 1
-
+ 01 ÷ 2 = 0, residuo 1
- Ordenar los residuos de abajo hacia arriba → 1101