Skip to content

Commit 6fa20bc

Browse files
committed
2 parents 3d6c210 + 61aa927 commit 6fa20bc

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,16 +49,16 @@ The application can be launched by executing _Algorithm.Visualizer.jar_.
4949
## Screenshots
5050

5151
>View of the GUI. User has selected to randomly generate a _small_ graph.
52-
<img src=".\github\screenshots\1.png" width=800>
52+
><img src="./github/screenshots/1.PNG" width=800>
5353
5454
>User has selected source and target nodes on a _large_ graph.
55-
<img src=".\github\screenshots\2.png" width=800>
55+
><img src="./github/screenshots/2.PNG" width=800>
5656
5757
>A _Breadth-First Search_ has started at the selected source node.
58-
<img src=".\github\screenshots\3.png" width=800>
58+
><img src="./github/screenshots/3.PNG" width=800>
5959
6060
>The _BFS_ has found the target node and drawn the shortest path.
61-
<img src=".\github\screenshots\4.png" width=800>
61+
><img src="./github/screenshots/4.PNG" width=800>
6262
6363
>Finished _Dijkstra's_ algorithm applied to a different graph.
64-
<img src=".\github\screenshots\5.png" width=800>
64+
><img src="./github/screenshots/5.PNG" width=800>

0 commit comments

Comments
 (0)