From 0dc4cdbea9c8570a86fb5ca72a782d13d408ebb9 Mon Sep 17 00:00:00 2001 From: Matej Focko Date: Wed, 6 Sep 2023 18:20:09 +0200 Subject: [PATCH] fix: update the links to the reorganized graphviz Signed-off-by: Matej Focko --- ib002/03-time-complexity/2021-03-31-extend.mdx | 2 +- ib002/10-graphs/2022-04-30-bfs-tree.mdx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ib002/03-time-complexity/2021-03-31-extend.mdx b/ib002/03-time-complexity/2021-03-31-extend.mdx index 0f05e2f..b1a7110 100644 --- a/ib002/03-time-complexity/2021-03-31-extend.mdx +++ b/ib002/03-time-complexity/2021-03-31-extend.mdx @@ -89,7 +89,7 @@ As we could observe in the example above, `extend` iterates over all of the elem Consider constructing of this list: diff --git a/ib002/10-graphs/2022-04-30-bfs-tree.mdx b/ib002/10-graphs/2022-04-30-bfs-tree.mdx index 0b5d880..32bb1aa 100644 --- a/ib002/10-graphs/2022-04-30-bfs-tree.mdx +++ b/ib002/10-graphs/2022-04-30-bfs-tree.mdx @@ -23,11 +23,11 @@ As we have talked on the seminar, if we construct from some vertex $u$ BFS tree Consider the following graph: - + We run BFS from the vertex $a$ and obtain the following BFS tree: - + Let's consider pair of vertices $e$ and $h$. For them we can safely lay, from the BFS tree, following properties: