README image resizing with html

This commit is contained in:
anebz 2019-09-27 20:00:47 +02:00
parent c17f9dbcd6
commit 690bfa9a66
1 changed files with 1 additions and 1 deletions

View File

@ -184,4 +184,4 @@ A tree is a type of graph, but not all graphs are trees. A tree is a connected g
* The graph can have multiple isolated subgraphs. If there's a path between every pair of vertices, it's called a 'connected graph'
* The graph can also have cycles. If it doesn't, it's called 'acyclic'
![graph](img/graph.png){width="300"}
<img src="img/graph.png" width="300" height="300">