# Diameter (graph)
Last edited: 2026-04-29
Diameter
Given a graph $G$ the diameter of the graph is a maximum minimum path length between any two nodes in the graph.
Last edited: 2026-04-29
Given a graph $G$ the diameter of the graph is a maximum minimum path length between any two nodes in the graph.