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 @@ -48,17 +48,17 @@ The application can be launched by executing _Algorithm.Visualizer.jar_.
48
48
49
49
## Screenshots
50
50
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.
52
52
> <img src =" ./github/screenshots/1.PNG " width =800 >
53
53
54
- User has selected source and target nodes on a _ large_ graph.
54
+ > User has selected source and target nodes on a _ large_ graph.
55
55
> <img src =" ./github/screenshots/2.PNG " width =800 >
56
56
57
- A _ Breadth-First Search_ has started at the selected source node.
57
+ > A _ Breadth-First Search_ has started at the selected source node.
58
58
> <img src =" ./github/screenshots/3.PNG " width =800 >
59
59
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.
61
61
> <img src =" ./github/screenshots/4.PNG " width =800 >
62
62
63
- Finished _ Dijkstra's_ algorithm applied to a different graph.
63
+ > Finished _ Dijkstra's_ algorithm applied to a different graph.
64
64
> <img src =" ./github/screenshots/5.PNG " width =800 >
You can’t perform that action at this time.
0 commit comments