2924. 找到冠军 II
找到冠军 II
- 难度:
medium - 原始链接: https://leetcode.cn/problems/find-champion-ii
- 标签:
图
解法一: 直接遍历
1 | func findChampion(n int, edges [][]int) int { |
medium图1 | func findChampion(n int, edges [][]int) int { |
Update your browser to view this website correctly.&npsb;Update my browser now