Skip to content

Commit 9f72c30

Browse files
authored
Update README.md
1 parent 67b062a commit 9f72c30

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

README.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,24 @@ pip install -r requirements.txt
3636

3737
Ejecute algún test con valores previamente definidos desde CMD.
3838
Navegue hasta el directorio del repositorio y ejecute el siguiente comando:
39-
```python
39+
```bash
4040
python .\test.py
4141
```
4242
Obtendrá la salida:
4343

4444
```bash
45-
$ python test.py
45+
46+
Nombres agregados: ['emma', 'olivia', 'isabella', 'sofia', 'emily', 'talulah', 'candela']
47+
48+
...Corriendo test
49+
50+
Imprimiendo árbol preorden:
51+
emma, emily, candela, olivia, isabella, sofia, talulah,
52+
Imprimiendo árbol inorden:
53+
candela, emily, emma, isabella, olivia, sofia, talulah,
54+
Imprimiendo árbol postorden:
55+
candela, emily, isabella, talulah, sofia, olivia, emma,
56+
```
4657

4758
### Ejemplo de uso - valores por teclado
4859

0 commit comments

Comments
 (0)