문제 링크: https://leetcode.com/problems/the-k-weakest-rows-in-a-matrix/
The K Weakest Rows in a Matrix - LeetCode
Level up your coding skills and quickly land a job. This is the best place to expand your knowledge and get prepared for your next interview.
leetcode.com
내 풀이:
Review:
알고리즘 스터디에서 스터디원이 선정한 문제이다. 배열과 정렬을 이용하면 어렵지 않게 풀 수 있는 문제였다.
'알고리즘 문제 풀이: 파이썬 > LeetCode' 카테고리의 다른 글
[LeetCode] Most Common Word (0) | 2022.03.08 |
---|---|
[LeetCode] Reorder Data In Log Files (0) | 2022.03.08 |
[LeetCode] Reverse String (0) | 2022.03.08 |
[LeetCode] Valid Palindrome (0) | 2022.03.07 |
댓글