We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd9e998 commit e228204Copy full SHA for e228204
Dijkstra Algorithm/README.md
@@ -24,9 +24,11 @@ The table below represents graph state:
24
| Path Length From Start | inf | inf | inf | inf | inf |
25
| Path Vertices From Start | [ ] | [ ] | [ ] | [ ] | [ ] |
26
27
-_inf is equal infinity, which basically means, that algorithm doesn't know how far away is this vertex from start one._
28
-_F states for False_
29
-_T states for True_
+>inf is equal infinity, which basically means, that algorithm doesn't know how far away is this vertex from start one.
+
+>F states for False
30
31
+>T states for True
32
33
To initialize out graph we have to set source vertex path length from source vertex to 0.
34
0 commit comments