Commit graph

172 commits

Author SHA1 Message Date
2d7ba03369
algorithms(bf-to-astar): add A*
Signed-off-by: Matej Focko <me@mfocko.xyz>
2024-01-03 15:09:41 +01:00
21aeeeb042
algorithms(bf-to-astar): factor out the heap and dirs
Signed-off-by: Matej Focko <me@mfocko.xyz>
2024-01-03 15:08:54 +01:00
5164a31ce2
algorithms(bf-to-astar): add Dijkstra
Signed-off-by: Matej Focko <me@mfocko.xyz>
2024-01-03 15:07:54 +01:00
6a857d8ccd
algorithms(bf-to-astar): fix typos
Signed-off-by: Matej Focko <me@mfocko.xyz>
2024-01-03 15:07:54 +01:00
39213f1536
algorithms(bf-to-astar): normalize the output
Signed-off-by: Matej Focko <me@mfocko.xyz>
2024-01-03 15:07:54 +01:00
a1f871ffb8
algorithms(bf-to-astar): mention time complexity in BF
Signed-off-by: Matej Focko <me@mfocko.xyz>
2024-01-03 15:07:53 +01:00
b048c6dc4f
algorithms(bf-to-astar): add headers to satisfy compilation
Signed-off-by: Matej Focko <me@mfocko.xyz>
2024-01-03 15:07:53 +01:00
fe89d4815f
algorithms(bf-to-astar): add reference to the sources
Signed-off-by: Matej Focko <me@mfocko.xyz>
2024-01-03 15:07:53 +01:00
858a96722b
algorithms(bf-to-astar): add BF
Signed-off-by: Matej Focko <me@mfocko.xyz>
2024-01-03 15:07:52 +01:00
d16eaafd97
algorithms(bf-to-astar): add intro
Signed-off-by: Matej Focko <me@mfocko.xyz>
2024-01-03 15:06:12 +01:00
Matej Focko
d99297a19c
algorithms: fix the last update in front matter (#12) 2023-12-31 00:44:37 +01:00
e6670a423d
algorithms: fix the last update in front matter
Signed-off-by: Matej Focko <me@mfocko.xyz>
2023-12-31 00:41:56 +01:00
Matej Focko
1b7d0b6199
algorithms: split the intro to DP to multiple posts (#11) 2023-12-28 18:53:44 +01:00
15cb70735b
chore: upgrade deps
Signed-off-by: Matej Focko <me@mfocko.xyz>
2023-12-28 18:40:58 +01:00
c9228cd709
algorithms: split the intro to DP to multiple posts
Signed-off-by: Matej Focko <me@mfocko.xyz>
2023-12-28 18:37:57 +01:00
Matej Focko
155fa9c741
Solution to the backtracking with Karel (#10) 2023-12-24 00:12:50 +01:00
acc0efc8e0
algorithms: add solution for Karel
Signed-off-by: Matej Focko <me@mfocko.xyz>
2023-12-24 00:09:50 +01:00
eb9515f905
algorithms: move Karel to its own directory
Signed-off-by: Matej Focko <me@mfocko.xyz>
2023-12-23 13:52:17 +01:00
Matej Focko
b8ae08bb37
Fix formatting of talks and add QEcamp23 (#9) 2023-11-29 16:18:44 +01:00
a7c23d361b
feat(talks): add QEcamp23
Signed-off-by: Matej Focko <mfocko@redhat.com>
2023-11-29 16:14:42 +01:00
081cd78fb7
fix: formatting of the talks
Signed-off-by: Matej Focko <mfocko@redhat.com>
2023-11-29 16:08:43 +01:00
Matej Focko
f5478a8af2
fix(algorithms): fix broken links to sources (#8) 2023-11-28 20:45:35 +01:00
9bac381fc7
fix(algorithms): fix broken links to sources
Signed-off-by: Matej Focko <mfocko@redhat.com>
2023-11-28 20:42:41 +01:00
Matej Focko
075b4a89ad
fix(algorithms): correct the heading level (#7) 2023-11-28 20:25:17 +01:00
585a3b0356
fix(algorithms): correct the heading level
Signed-off-by: Matej Focko <mfocko@redhat.com>
2023-11-28 20:16:37 +01:00
Matej Focko
dadb0d51f7
Publish “Breaking of the Hash Table” (#6) 2023-11-28 19:38:59 +01:00
6117d79454
fix(algorithms): reword some parts of breaking the hash table
Signed-off-by: Matej Focko <mfocko@redhat.com>
2023-11-28 19:32:38 +01:00
f2810936fa
fix(algorithms): don't include date in the slug
Signed-off-by: Matej Focko <mfocko@redhat.com>
2023-11-28 19:18:20 +01:00
2794519506
feat(algorithms): add Breaking of the Hash Table
Signed-off-by: Matej Focko <mfocko@redhat.com>
2023-11-28 17:23:44 +01:00
a581e9753f
feat: use github and dracula themes
Signed-off-by: Matej Focko <mfocko@redhat.com>
2023-11-25 21:49:46 +01:00
Matej Focko
3b7bf4e2c7
feat: switch theme to One* (#5) 2023-11-25 21:41:19 +01:00
00c31aeb7b
feat: switch theme to One*
Signed-off-by: Matej Focko <mfocko@redhat.com>
2023-11-25 21:37:44 +01:00
Matej Focko
c06941d75a
Fix admonitions in Karel and add C++ placeholders (#4) 2023-11-24 18:31:19 +01:00
311ebacf84
feat(cpp): add placeholders
Signed-off-by: Matej Focko <mfocko@redhat.com>
2023-11-24 18:27:59 +01:00
2ff21c708c
fix(algorithms): fix the admonitions in Karel
Signed-off-by: Matej Focko <mfocko@redhat.com>
2023-11-24 18:27:32 +01:00
Matej Focko
2fb4765b1f
Docusaurus v3 and rename (#3) 2023-11-24 16:53:49 +01:00
61d00c708e
fix(c): add missing images
Signed-off-by: Matej Focko <mfocko@redhat.com>
2023-11-24 16:34:15 +01:00
b78fdd98b8
feat: make the new names backward-compatible
Signed-off-by: Matej Focko <mfocko@redhat.com>
2023-11-24 16:30:23 +01:00
e1dea0cdbc
feat: don't reference FI MU subjects by their codes
Signed-off-by: Matej Focko <mfocko@redhat.com>
2023-11-24 16:30:23 +01:00
f81d3219e6
chore: upgrade to docusaurus v3
Signed-off-by: Matej Focko <mfocko@redhat.com>
2023-11-24 16:30:22 +01:00
Matej Focko
31424770ce
ci: add GitHub “variables” to the config (#2) 2023-09-17 16:27:49 +02:00
104031c534
ci: add GitHub “variables” to the config
Signed-off-by: Matej Focko <mfocko@redhat.com>
2023-09-17 16:20:08 +02:00
Matej Focko
e0b7f8f800
contributions: add ‹tmt› (#1)
Signed-off-by: Matej Focko <mfocko@redhat.com>
2023-09-17 16:05:05 +02:00
d91860e0f7
chore: move to GitHub
Signed-off-by: Matej Focko <mfocko@redhat.com>
2023-09-07 20:24:54 +02:00
791b681548
fix(pb071): comment out broken links
Signed-off-by: Matej Focko <mfocko@redhat.com>
2023-09-07 20:13:43 +02:00
f6d2519ef9
ci: drop different hosts
Signed-off-by: Matej Focko <mfocko@redhat.com>
2023-09-07 20:12:55 +02:00
14eb8b9f7d
ci: add GH Actions
Signed-off-by: Matej Focko <mfocko@redhat.com>
2023-09-07 20:02:15 +02:00
326612b3e2
revert: "fix: switch graphviz to pngs as it is unusable now"
This reverts commit a5b6f8b128.
2023-09-07 17:59:11 +02:00
a5b6f8b128
fix: switch graphviz to pngs as it is unusable now
Signed-off-by: Matej Focko <mfocko@redhat.com>
2023-09-07 17:46:48 +02:00
3a3ba3e4b3
blog: start using overrides for authors
Signed-off-by: Matej Focko <mfocko@redhat.com>
2023-09-07 17:45:55 +02:00