mirror of
https://github.com/Steffo99/appunti-magistrali.git
synced 2024-11-21 18:34:18 +00:00
409 B
409 B
L'eccentricità di un nodo massima tra tutti i nodo di un grafo.
\def \source {{\color{cyan} src}}
\def \destination {{\color{magenta} dst}}
\Large
\max_{\forall \source \in nodes} \bigg[
\max_{\forall \destination \in nodes} \bigg[
\mathrm{lengths} \big(
\source \to \destination
\big)
\bigg]
\bigg]
È, nel caso peggiore, archi - 1
.