Skip to content

Commit e228204

Browse files
Update README.md
1 parent dd9e998 commit e228204

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

Dijkstra Algorithm/README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,11 @@ The table below represents graph state:
2424
| Path Length From Start | inf | inf | inf | inf | inf |
2525
| Path Vertices From Start | [ ] | [ ] | [ ] | [ ] | [ ] |
2626

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_
27+
>inf is equal infinity, which basically means, that algorithm doesn't know how far away is this vertex from start one.
28+
29+
>F states for False
30+
31+
>T states for True
3032
3133
To initialize out graph we have to set source vertex path length from source vertex to 0.
3234

0 commit comments

Comments
 (0)