Notice
250x250
Recent Posts
Recent Comments
Link
목록2024/07/21 (1)
넘치게 채우기
[LeetCode] 2392. Build a Matrix With Conditions
https://leetcode.com/problems/build-a-matrix-with-conditions/description/leetcode - Build a Matrix With Conditions문제 유형 : 행렬, 위상 정렬문제 난이도 : Hard 문제You are given a positive integer k. You are also given:a 2D integer array rowConditions of size n where rowConditions[i] = [abovei, belowi], anda 2D integer array colConditions of size m where colConditions[i] = [lefti, righti].The two arrays contain ..
PS/LeetCode
2024. 7. 21. 12:38