herrDeng網內搜尋

自訂搜尋

Ads

2024年11月9日 星期六

bitset C++ python解Leetcode 3133 Minimum Array End


bitset C++ python解Leetcode 3133  Minimum Array End
簡單地說就是把x和n-1的二進位塞成一個數字
-----------
Roughly speeaking, "pack" the binary expressions of x & n-1 into one number

2024年11月8日 星期五

XOR prefix sum C++ python解Leetcode 1829 Maximum XOR for Each Query


XOR prefixsum CPP python解Leetcode 1829  Maximum XOR for Each Query
其實這裡考慮的是元素個數為2^maximumBit的交換群,運算子為XOR。
[Python code請進]
Related Posts Plugin for WordPress, Blogger...

熱門文章