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/08-rb-trees
|
@ -1,4 +1,5 @@
|
|||
---
|
||||
id: applications
|
||||
title: Použití červeno-černých stromů
|
||||
description: |
|
||||
Ukázka použití červeno-černých stromů v standardních knižnicích známých jazyků.
|
||||
|
@ -6,6 +7,8 @@ tags:
|
|||
- balanced trees
|
||||
- red-black trees
|
||||
- applications
|
||||
last_update:
|
||||
date: 2022-04-05
|
||||
---
|
||||
|
||||
## Použití
|
|
@ -1,10 +1,13 @@
|
|||
---
|
||||
id: rules
|
||||
title: On the rules of the red-black tree
|
||||
description: |
|
||||
Shower thoughts on the rules of the red-black tree.
|
||||
tags:
|
||||
- red-black trees
|
||||
- balanced trees
|
||||
last_update:
|
||||
date: 2023-06-10
|
||||
---
|
||||
|
||||
import ThemedSVG from "@site/src/components/ThemedSVG";
|
Loading…
Add table
Add a link
Reference in a new issue