Skip to content

Commit 2b2cc6c

Browse files
authored
Update README.md
1 parent b0e4089 commit 2b2cc6c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11

22
# Dijkstra's algorithm - Binary Tree
33
![arbol](binary-tree.png)
4+
45
Un pequeño motor de arbol binario que proporciona una clase principal Arbol, que sirve como estructura principal para construir el Nodo raiz y realizar los recorridos. Puedes iniciar y testear esta clase con el archivo `test.py` o también puede ejecutar `main.py` para ingresar sus valores propios por teclado.
56

67
Guía rápida:

0 commit comments

Comments
 (0)