摘要: 解题思路 关于图的深度优先遍历和广度优先遍历 为了标识出已经访问的路径,需要用到 hash 在DFS中需要记住如果能够访问 cnt=1 代码 class Solution { public: bool isRed(int x,int y,int k ) { // std::cout << x/10 阅读全文
posted @ 2021-05-18 09:34 boyang987 阅读(52) 评论(0) 推荐(0) 编辑