Skip to content

Commit 5816785

Browse files
Merge pull request #704 from Quantum-Software-Development/FabianaCampanari-patch-1
Update exerc_3-Applying Dijkstra's Algorithm to the Shortest Path Pro…
2 parents 30111f9 + ccf8530 commit 5816785

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

class__12- Shortest Path-Dijkstra's Algorithm/Exerc_3-Applying Dijkstra's Algorithm to the Shortest Path Problem/exerc_3-Applying Dijkstra's Algorithm to the Shortest Path Problem.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
```markdown
2+
33
## Example 3: Step-by-Step Tableau for Dijkstra's Algorithm
44

55
Below are the tableaus (tabulações) representing each iteration of Dijkstra's algorithm for Example 3, as described in the PDF[^1].
@@ -90,7 +90,7 @@ Below are the tableaus (tabulações) representing each iteration of Dijkstra's
9090
- **Total Time:** 65 seconds
9191

9292
These tableaus follow the standard Dijkstra's procedure, allowing step-by-step verification and understanding of the shortest path calculation in the network.
93-
```
9493

9594

96-
[
95+
96+
[

0 commit comments

Comments
 (0)