Skip to content

Commit b1a50b4

Browse files
author
Taras Nikulin
committed
fix
1 parent e901736 commit b1a50b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dijkstra Algorithm/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ When all vertices are marked as visited, the algorithm's job is done. Now, you c
4444

4545
I have created **VisualizedDijkstra.playground** game/tutorial to improve your understanding of the algorithm's flow. Besides, below is step by step algorithm's description.
4646

47-
#Example
47+
# Example
4848
Let's imagine, you want to go to the shop. Your house is A vertex and there are 4 possible stores around your house. How to find the closest one/ones? Luckily, you have graph, that connects your house with all these stores. So, you know what to do :)
4949

5050
## Initialization

0 commit comments

Comments
 (0)