목록2024/08 (32)
넘치게 채우기
https://leetcode.com/problems/minimum-swaps-to-group-all-1s-together-ii/description/?envType=daily-question&envId=2024-08-02leetcode - Minimum Swaps to Group All 1's Together II문제 유형 : 슬라이딩 윈도우문제 난이도 : Medium 문제A swap is defined as taking two distinct positions in an array and swapping the values in them.A circular array is defined as an array where we consider the first element and the last ele..
https://leetcode.com/problems/number-of-senior-citizens/description/?envType=daily-question&envId=2024-08-01leetcode - Number of Senior Citizens문제 유형 : 문자열 처리문제 난이도 : Easy 문제You are given a 0-indexed array of strings details. Each element of details provides information about a given passenger compressed into a string of length 15. The system is such that:The first ten characters consist of the ..