Skip to content

Commit 20bbe60

Browse files
authored
Remove image size
1 parent 3d21bf9 commit 20bbe60

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎docs/index.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ This visualizer is developed using [JavaFX SmartGraph library](https://github.co
2626

2727
The data structure for graph is represented using an adjacency map. The adjacency map has a primary and a secondary structure. In the primary structure represented by the hash-based map, the names or IDs of vertices serve as keys and the associated vertices as values. The secondary structure maintains the incidence collection of the edges using two different map references: an *Outgoing Edges* hash-based map and an *Incoming Edges* hash-based map. In both hash-based maps, the opposite end vertices serve as the keys and the edges serve as the values.
2828

29-
<p align="center"><img src="./pics/AdjacencyMap.png" width=85% height=85%></p>
29+
<p align="center"><img src="./pics/AdjacencyMap.png"></p>
3030
<p align="center"><i>Schematic Representation of an Adjacency Map</i></p>
3131

3232
Refer to [AdjacencyMapDigraph.java](/src/graphvisualizer/graph/AdjacencyMapDigraph.java) for more details.

0 commit comments

Comments
 (0)