摘要: You are given a directed graph with n nodes labeled from 0 to n - 1, where each node has exactly one outgoing edge. The graph is represented by a give 阅读全文
posted @ 2022-08-14 14:50 CNoodle 阅读(59) 评论(0) 推荐(0) 编辑
摘要: You are given an n x n integer matrix grid. Generate an integer matrix maxLocal of size (n - 2) x (n - 2) such that: maxLocal[i][j] is equal to the la 阅读全文
posted @ 2022-08-14 14:41 CNoodle 阅读(292) 评论(0) 推荐(0) 编辑