Notice
250x250
Recent Posts
Recent Comments
Link
목록2024/06/28 (1)
넘치게 채우기
[LeetCode] 2285. Maximum Total Importance of Roads
https://leetcode.com/problems/maximum-total-importance-of-roads/description/leetcode - Maximum Total Importance of Roads문제 유형 : 그리디, 우선순위 큐, 그래프문제 난이도 : Medium 문제You are given an integer n denoting the number of cities in a country. The cities are numbered from 0 to n - 1.You are also given a 2D integer array roads where roads[i] = [ai, bi] denotes that there exists a bidirectional road connecti..
PS/LeetCode
2024. 6. 28. 10:01