Notice
250x250
Recent Posts
Recent Comments
Link
목록2024/07/20 (1)
넘치게 채우기
[LeetCode] : 1605. Find Valid Matrix Given Row and Column Sums
https://leetcode.com/problems/find-valid-matrix-given-row-and-column-sums/description/leetcode - Find Valid Matrix Given Row and Column Sums문제 유형 : 그리디, 행렬문제 난이도 : Medium 문제You are given two arrays rowSum and colSum of non-negative integers where rowSum[i] is the sum of the elements in the ith row and colSum[j] is the sum of the elements of the jth column of a 2D matrix. In other words, you do n..
PS/LeetCode
2024. 7. 20. 10:11