What is the meaning of $\delta (G)$ in graph theory?
Sebastian Wright
If $G$ is a graph, then what does $\delta(G)$ mean?
$\endgroup$ 11 Answer
$\begingroup$This is the minimum degree of $G$. In other words, if $G = (V,E)$, then $$ \delta(G) = \min_{v \in V} \deg(v) $$
$\endgroup$