Skip to content

Commit 61aa927

Browse files
Update README.md
1 parent 0176af8 commit 61aa927

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
@@ -48,17 +48,17 @@ The application can be launched by executing _Algorithm.Visualizer.jar_.
4848

4949
## Screenshots
5050

51-
View of the GUI. User has selected to randomly generate a _small_ graph.
51+
>View of the GUI. User has selected to randomly generate a _small_ graph.
5252
><img src="./github/screenshots/1.PNG" width=800>
5353
54-
User has selected source and target nodes on a _large_ graph.
54+
>User has selected source and target nodes on a _large_ graph.
5555
><img src="./github/screenshots/2.PNG" width=800>
5656
57-
A _Breadth-First Search_ has started at the selected source node.
57+
>A _Breadth-First Search_ has started at the selected source node.
5858
><img src="./github/screenshots/3.PNG" width=800>
5959
60-
The _BFS_ has found the target node and drawn the shortest path.
60+
>The _BFS_ has found the target node and drawn the shortest path.
6161
><img src="./github/screenshots/4.PNG" width=800>
6262
63-
Finished _Dijkstra's_ algorithm applied to a different graph.
63+
>Finished _Dijkstra's_ algorithm applied to a different graph.
6464
><img src="./github/screenshots/5.PNG" width=800>

0 commit comments

Comments
 (0)