mirror of
https://github.com/mfocko/blog.git
synced 2025-05-06 03:12:59 +02:00
chore: switch to ‹tar› and have consistent paths
* Switch the archiving from the ‹zip› to ‹tar.gz› and ‹tar.bz2› * Adjust the static files to have consistent paths Signed-off-by: Matej Focko <me@mfocko.xyz>
This commit is contained in:
parent
84b080e343
commit
a868efaee6
81 changed files with 35 additions and 33 deletions
static/files/ib002/graphs/bfs-tree
17
static/files/ib002/graphs/bfs-tree/bfs_graph.dot
Normal file
17
static/files/ib002/graphs/bfs-tree/bfs_graph.dot
Normal file
|
@ -0,0 +1,17 @@
|
|||
graph {
|
||||
a -- c
|
||||
a -- e
|
||||
|
||||
c -- i
|
||||
c -- b
|
||||
|
||||
e -- j
|
||||
|
||||
i -- d
|
||||
|
||||
b -- h
|
||||
|
||||
d -- h
|
||||
|
||||
h -- j
|
||||
}
|
|
@ -0,0 +1,18 @@
|
|||
graph {
|
||||
a -- c
|
||||
a -- e
|
||||
|
||||
c -- i
|
||||
c -- b
|
||||
|
||||
e -- j
|
||||
e -- h
|
||||
|
||||
i -- d
|
||||
|
||||
b -- h
|
||||
|
||||
d -- h
|
||||
|
||||
h -- j
|
||||
}
|
13
static/files/ib002/graphs/bfs-tree/bfs_tree.dot
Normal file
13
static/files/ib002/graphs/bfs-tree/bfs_tree.dot
Normal file
|
@ -0,0 +1,13 @@
|
|||
digraph {
|
||||
a -> c
|
||||
a -> e
|
||||
|
||||
c -> b
|
||||
c -> i
|
||||
|
||||
e -> j
|
||||
|
||||
b -> h
|
||||
|
||||
i -> d
|
||||
}
|
|
@ -0,0 +1,12 @@
|
|||
digraph {
|
||||
a -> c
|
||||
a -> e
|
||||
|
||||
c -> b
|
||||
c -> i
|
||||
|
||||
e -> h
|
||||
e -> j
|
||||
|
||||
i -> d
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue