yosupo06 / library-checker-problems

The problem data (Test case generator, judge's solution, task, ...) of Library Checker
https://judge.yosupo.jp/
Apache License 2.0
509 stars 117 forks source link

[Problem proposal] Minimum Diameter Spanning Tree #1208

Closed robinyqc closed 1 week ago

robinyqc commented 1 month ago

Problem name: Minimum Diameter Spanning Tree Problem ID: minimum_diameter_spanning_tree

Problem

Given a simple connected undirected graph with $n$ vertices and $m$ edges, find the spanning tree with minimum diameter.

Constraint

Depends on the way to calculate all-pairs shortest path.

Solution / Reference

Note / Disucussion

maspypy commented 1 month ago

Japanese Reference https://www.slideshare.net/slideshow/ss-17402143/17402143

maspypy commented 1 month ago