mirror of
https://github.com/Steffo99/appunti-magistrali.git
synced 2024-11-22 02:44:17 +00:00
13 lines
No EOL
287 B
Markdown
13 lines
No EOL
287 B
Markdown
[[Misura]] in un [[grafo]] relativa a un nodo.
|
|
|
|
È il massimo delle distanze tra il nodo scelto e ogni altro nodo del grafo.
|
|
|
|
$$
|
|
\def \destination {{\color{magenta} dst}}
|
|
\Large
|
|
\max_{\forall \destination \in nodes} \bigg[
|
|
\mathrm{lengths} \big(
|
|
node \to \destination
|
|
\big)
|
|
\bigg]
|
|
$$ |