mirror of
https://github.com/mfocko/blog.git
synced 2025-05-07 20:02:58 +02:00
chore: add ‹last_update› to docs-like posts
Allow showing ‹last updated› on the pages and also rename the files where necessary, so they are shown in the order they were created. Signed-off-by: Matej Focko <mfocko@redhat.com>
This commit is contained in:
parent
ad9e964c4b
commit
f801e4bb16
12 changed files with 31 additions and 0 deletions
ib002/10-graphs
|
@ -1,4 +1,5 @@
|
|||
---
|
||||
id: iterative-and-iterators
|
||||
title: Iterative algorithms via iterators
|
||||
description: |
|
||||
Iterative DFS using iterators.
|
||||
|
@ -7,6 +8,8 @@ tags:
|
|||
- graphs
|
||||
- iterators
|
||||
- iterative
|
||||
last_update:
|
||||
date: 2021-05-18
|
||||
---
|
||||
|
||||
## Introduction
|
|
@ -1,10 +1,13 @@
|
|||
---
|
||||
id: bfs-tree
|
||||
title: Distance boundaries from BFS tree on undirected graphs
|
||||
description: |
|
||||
Short explanation of distance boundaries deduced from a BFS tree.
|
||||
tags:
|
||||
- graphs
|
||||
- bfs
|
||||
last_update:
|
||||
date: 2022-04-30
|
||||
---
|
||||
|
||||
import ThemedSVG from "@site/src/components/ThemedSVG";
|
Loading…
Add table
Add a link
Reference in a new issue