software-engineer-learning / leetcode-algorithms

LeetCode Daily Challenge Solutions
https://t.me/leetcode_algorithms
127 stars 25 forks source link

solution daily 1310 solved by Java #50

Closed ThomasLuuu closed 2 months ago

Hth4nh commented 2 months ago

\[ \text{XOR}(arr[start..end]) = \text{prefixXor}[end+1] \oplus \text{prefixXor}[start] \]

This syntax is not supported by Github Markdown