From 9e7c7a86ea70003756f94d112afea34886e83093 Mon Sep 17 00:00:00 2001 From: Darakuu Date: Fri, 15 Dec 2023 14:02:48 +0100 Subject: [PATCH] simple update to index homepage --- content/index.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/content/index.md b/content/index.md index 49501f5..45eef4c 100644 --- a/content/index.md +++ b/content/index.md @@ -3,13 +3,16 @@ title: "Algoritmi: indice" draft: false tags: --- -Appunti di Algoritmi e Complessità 2023/2024, by [Darakuu](https://github.com/Darakuu) +# Algoritmi e Complessità +Appunti di Algoritmi e Complessità 2023/2024 del corso di laurea magistrale LM-18 in Informatica UniCT, by [Darakuu](https://github.com/Darakuu)
+Non intendono e non vogliono sostituire libri, slide ufficiali e quant'altro.
Questa pagina funge da indice. _(esiste solo perché quartz🪴 lo richiede)_ Currently working on: [[Prima Itinere]] +## Prima Parte - [[Alberi Binomiali]] - [[Analisi Ammortizzata]] - [[B-Tree]] @@ -24,4 +27,7 @@ Currently working on: [[Prima Itinere]] - [[Notazione di Knuth]] - [[Prim's Algorithm]] - [[Splay Tree]] -- [[Stack Multipop]] \ No newline at end of file +- [[Stack Multipop]] + +## Seconda Parte +- TBD \ No newline at end of file