You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
2
-
# Binary Tree
2
+
# Dijkstra's algorithm - Binary Tree
3
3

4
-
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
4
+
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.
5
5
6
6
Guía rápida:
7
7
`/engine` Incluye las clases y el archivo vacío `__init__.py` para definir la carpeta como paquete.
0 commit comments