摘要: https://leetcode.cn/contest/weekly-contest-304/problems/longest-cycle-in-a-graph/ 给你一个 n 个节点的 有向图 ,节点编号为 0 到 n - 1 ,其中每个节点 至多 有一条出边。 图用一个大小为 n 下标从 0 开 阅读全文
posted @ 2022-07-31 16:17 Vijurria 阅读(121) 评论(0) 推荐(0) 编辑
摘要: https://leetcode.cn/contest/weekly-contest-304/problems/find-closest-node-to-given-two-nodes/ 注意这题是有向图 给你一个 n 个节点的 有向图 ,节点编号为 0 到 n - 1 ,每个节点 至多 有一条出边 阅读全文
posted @ 2022-07-31 15:35 Vijurria 阅读(41) 评论(0) 推荐(0) 编辑