This repository has been archived on 2022-06-22. You can view files and clone it, but cannot push or open issues or pull requests.
usaco-guide/content/5_Gold/Tree_Dia.md
2020-06-22 15:59:16 -04:00

549 B

id title author prerequisites description
tree-dia Tree Diameter Benjamin Qi
Silver - Depth First Search
Finding a pair of vertices of a tree that are farthest apart.

Tutorial

  • CPH 14.2

Problems