1
0
Fork 0
mirror of https://github.com/mfocko/blog.git synced 2025-05-05 19:02:58 +02:00

fix: update the links to the reorganized graphviz

Signed-off-by: Matej Focko <me@mfocko.xyz>
This commit is contained in:
Matej Focko 2023-09-06 18:20:09 +02:00
parent 9c9cb03731
commit 0dc4cdbea9
Signed by: mfocko
GPG key ID: 7C47D46246790496
2 changed files with 3 additions and 3 deletions

View file

@ -23,11 +23,11 @@ As we have talked on the seminar, if we construct from some vertex $u$ BFS tree
Consider the following graph:
<ThemedSVG source="/files/ib002/bfs-tree/bfs_graph" />
<ThemedSVG source="/files/ib002/graphs/bfs-tree/bfs_graph" />
We run BFS from the vertex $a$ and obtain the following BFS tree:
<ThemedSVG source="/files/ib002/bfs-tree/bfs_tree" />
<ThemedSVG source="/files/ib002/graphs/bfs-tree/bfs_tree" />
Let's consider pair of vertices $e$ and $h$. For them we can safely lay, from the BFS tree, following properties: