Notice
250x250
Recent Posts
Recent Comments
Link
목록2024/06/27 (1)
넘치게 채우기
[LeetCode] 1791. Find Center of Star Graph
https://leetcode.com/problems/find-center-of-star-graph/description/leetcode - Find Center of Star Graph문제 유형 : 그래프, 해시문제 난이도 : Easy 문제There is an undirected star graph consisting of n nodes labeled from 1 to n. A star graph is a graph where there is one center node and exactly n - 1 edges that connect the center node with every other node.You are given a 2D integer array edges where each edges[..
PS/LeetCode
2024. 6. 27. 09:10