File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -75,13 +75,13 @@ def criar_grafo():
75
75
print 'Grafo criado com sucesso!'
76
76
plot (g , layout = layout )
77
77
78
- # ----------------------------------------------------------------------ALGORITMOS-----------------------------------------------------
79
- def dijkstra (grafo , no_inicial ):
78
+ # ----------------------------------------------------------------------ALGORITMOS-----------------------------------------------
79
+ # def dijkstra(grafo, no_inicial):
80
80
81
81
82
82
83
83
84
- # ----------------------------------------------------------------------MAIN-----------------------------------------------------------
84
+ # ----------------------------------------------------------------------MAIN-----------------------------------------------------
85
85
def main ():
86
86
global n
87
87
menu ()
You can’t perform that action at this time.
0 commit comments