Notice
250x250
Recent Posts
Recent Comments
Link
목록2024/06/29 (1)
넘치게 채우기
[LeetCode] 2192. All Ancestors of a Node in a Directed Acyclic Graph
https://leetcode.com/problems/all-ancestors-of-a-node-in-a-directed-acyclic-graph/description/leetcode - All Ancestros of a Node in a Directed Acyclic Graph문제 유형 : 위상 정렬문제 난이도 : Medium 문제You are given a positive integer n representing the number of nodes of a Directed Acyclic Graph (DAG). The nodes are numbered from 0 to n - 1 (inclusive).You are also given a 2D integer array edges, where edges[..
PS/LeetCode
2024. 6. 29. 12:12