摘要:
https://leetcode.cn/contest/weekly-contest-304/problems/longest-cycle-in-a-graph/ 给你一个 n 个节点的 有向图 ,节点编号为 0 到 n - 1 ,其中每个节点 至多 有一条出边。 图用一个大小为 n 下标从 0 开 阅读全文
摘要:
https://leetcode.cn/contest/weekly-contest-304/problems/find-closest-node-to-given-two-nodes/ 注意这题是有向图 给你一个 n 个节点的 有向图 ,节点编号为 0 到 n - 1 ,每个节点 至多 有一条出边 阅读全文