File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -49,16 +49,16 @@ The application can be launched by executing _Algorithm.Visualizer.jar_.
49
49
## Screenshots
50
50
51
51
> 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 >
53
53
54
54
> 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 >
56
56
57
57
> 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 >
59
59
60
60
> 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 >
62
62
63
63
> 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 >
You can’t perform that action at this time.
0 commit comments