mirror of
https://github.com/mfocko/blog.git
synced 2024-11-22 04:53:47 +01:00
fix: update the links to the reorganized graphviz
Signed-off-by: Matej Focko <me@mfocko.xyz>
This commit is contained in:
parent
9c9cb03731
commit
0dc4cdbea9
2 changed files with 3 additions and 3 deletions
|
@ -89,7 +89,7 @@ As we could observe in the example above, `extend` iterates over all of the elem
|
||||||
Consider constructing of this list:
|
Consider constructing of this list:
|
||||||
|
|
||||||
<ThemedSVG
|
<ThemedSVG
|
||||||
source="/files/ib002/extend/construction"
|
source="/files/ib002/time-complexity/extend/construction"
|
||||||
alt="Rendered construction of the list"
|
alt="Rendered construction of the list"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
|
|
|
@ -23,11 +23,11 @@ As we have talked on the seminar, if we construct from some vertex $u$ BFS tree
|
||||||
|
|
||||||
Consider the following graph:
|
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:
|
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:
|
Let's consider pair of vertices $e$ and $h$. For them we can safely lay, from the BFS tree, following properties:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue