algorithms: fix the last update in front matter

Signed-off-by: Matej Focko <me@mfocko.xyz>
This commit is contained in:
Matej Focko 2023-12-31 00:41:56 +01:00
parent 1b7d0b6199
commit e6670a423d
Signed by: mfocko
GPG key ID: 7C47D46246790496
5 changed files with 5 additions and 5 deletions

View file

@ -8,7 +8,7 @@ tags:
- java
- recursion
- exponential
last_updated:
last_update:
date: 2023-08-17
---

View file

@ -7,7 +7,7 @@ description: |
tags:
- java
- greedy
last_updated:
last_update:
date: 2023-08-17
---

View file

@ -8,7 +8,7 @@ tags:
- java
- dynamic-programming
- top-down-dp
last_updated:
last_update:
date: 2023-08-17
---

View file

@ -8,7 +8,7 @@ tags:
- java
- dynamic-programming
- bottom-up-dp
last_updated:
last_update:
date: 2023-08-17
---

View file

@ -12,7 +12,7 @@ tags:
- dynamic-programming
- top-down-dp
- bottom-up-dp
last_updated:
last_update:
date: 2023-08-17
---