Notice
250x250
Recent Posts
Recent Comments
Link
목록2024/05/13 (1)
넘치게 채우기
[LeetCode] 861. Score After Flipping Matrix
https://leetcode.com/problems/score-after-flipping-matrix/description/leetcode - Score After Flipping Matrix문제 유형 : 행렬, 비트마스킹, 그리디문제 난이도 : Medium 문제You are given an m x n binary matrix grid.A move consists of choosing any row or column and toggling each value in that row or column (i.e., changing all 0's to 1's, and all 1's to 0's).Every row of the matrix is interpreted as a binary number, and t..
PS/LeetCode
2024. 5. 13. 14:59