Notice
250x250
Recent Posts
Recent Comments
Link
목록비트조작 (1)
넘치게 채우기
[LeetCode] 1829. Maximum XOR for Each Query
https://leetcode.com/problems/maximum-xor-for-each-query/description/?envType=daily-question&envId=2024-11-08leetcode - Maximum XOR for Each Query문제 유형: 비트마스킹, 비트 조작, 부분합문제 난이도: Medium 문제You are given a sorted array nums of n non-negative integers and an integer maximumBit. You want to perform the following query n times:Find a non-negative integer k such that nums[0] XOR nums[1] XOR ... XOR nu..
PS/LeetCode
2024. 11. 8. 11:11