Skip to content

Commit

Permalink
Removes draft property from some docs, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Darakuu committed Jan 24, 2024
1 parent ca14f14 commit 3596f79
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion content/Algoritmo di Kruskal.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ tags:
- Algoritmi/SecondaProva
- Algoritmi
- Algoritmi/MST
draft: true
draft: false
---
# Strategia

Expand Down
2 changes: 1 addition & 1 deletion content/Funzione di Ackermann.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
tags:
- Algoritmi/PrimaProva
draft: true
draft: false
---
# Funzione di Ackermann

Expand Down
2 changes: 1 addition & 1 deletion content/Move To Front.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
tags:
- Algoritmi/SecondaProva
- Algoritmi/Euristiche
draft: true
draft: false
---
2 changes: 1 addition & 1 deletion content/Notazione di Knuth.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
tags:
- Algoritmi/PrimaProva
draft: true
draft: false
---
# Notazione $\uparrow$ di Knuth
2 changes: 1 addition & 1 deletion content/Schema Esercizi Seconda Parte.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
tags:
- Algoritmi/SecondaProva
draft: true
draft: false
---
2 changes: 1 addition & 1 deletion content/Stack Multipop.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
tags:
- Algoritmi/AnalisiAmmortizzata
todo:
todo: false
---
# Stack con Multipop

Expand Down
1 change: 1 addition & 0 deletions content/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,6 @@ Changelog:

| Data | Changes |
| ---- | ---- |
| 2024-01-23 | Aggiunta pagina MST, Boruska, Kruskal |
| 2024-01-20 | Aggiunto changelog e indice seconda parte |
| 2023-12-19 | Ultimo commit per prima prova |

0 comments on commit 3596f79

Please sign in to comment.