Skip to content

Commit

Permalink
Adds even more missing attachments
Browse files Browse the repository at this point in the history
  • Loading branch information
Darakuu committed Dec 19, 2023
1 parent b79f3b2 commit 7fd084e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 5 additions & 5 deletions content/B-Tree.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,13 +195,13 @@ Schematizziamo la procedura:
> - Altrimenti, se $c_{i}[x]$ non è magro, si proceda ricorsivamente a cancellare la chiave k a partire dal nodo $c_{i}[x]$
>[!example]- Esempio Cancellazione
>Delete(F) Caso 1
>- Delete(F) Caso 1
>![[Pasted image 20231219014705.png|512]]
>Delete(M) Caso 2.1
>- Delete(M) Caso 2.1
>![[Pasted image 20231219014920.png|512]]
>Delete(G) Caso 2.3
>- Delete(G) Caso 2.3
>![[Pasted image 20231219015008.png|512]]
>Delete(D) Caso 3.2
>- Delete(D) Caso 3.2
>![[Pasted image 20231219020105.png|512]]
>Delete(B) Caso 3.1
>- Delete(B) Caso 3.1
>![[Pasted image 20231219020138.png|512]]

0 comments on commit 7fd084e

Please sign in to comment.