Skip to content

Commit 3c361bf

Browse files
Merge pull request #697 from Quantum-Software-Development/FabianaCampanari-patch-1
Update Exercise_2- Applying Dijkstra's Algorithm to the Shortest Path…
2 parents 75784ea + 7371680 commit 3c361bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

class__12- Shortest Path-Dijkstra's Algorithm/Exerc_2-Applying Dijkstra's Algorithm to the Shortest Path Problem/Exercise_2- Applying Dijkstra's Algorithm to the Shortest Path Problem.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Applying Dijkstra's Algorithm to the Shortest Path Problem
88
**Step 1:** Assign the value 0 to the source node (1) and ∞ (infinity) to all other nodes, as shown in the graph:
99

1010

11-
INSERIR O GRAFO
11+
<!---- INSERT GRAPH --->
1212

1313

1414
### Dijkstra's Algorithm – Node Labeling Process

0 commit comments

Comments
 (0)