Notice
250x250
Recent Posts
Recent Comments
Link
목록2024/09/11 (1)
넘치게 채우기
[LeetCode] 2220. Minimum Bit Flips to Convert Number
https://leetcode.com/problems/minimum-bit-flips-to-convert-number/description/?envType=daily-question&envId=2024-09-11leetcode - Minimum Bit Flips to Convert Number문제 유형 : 비트마스킹문제 난이도 : Easy 문제A bit flip of a number x is choosing a bit in the binary representation of x and flipping it from either 0 to 1 or 1 to 0.For example, for x = 7, the binary representation is 111 and we may choose any bit ..
PS/LeetCode
2024. 9. 11. 10:09