Notice
250x250
Recent Posts
Recent Comments
Link
목록XOR (1)
넘치게 채우기
[LeetCode] 2433. Find The Original Array of Prefix Xor
https://leetcode.com/problems/find-the-original-array-of-prefix-xor/description/ Find The Original Array of Prefix Xor - LeetCode Can you solve this real interview question? Find The Original Array of Prefix Xor - You are given an integer array pref of size n. Find and return the array arr of size n that satisfies: * pref[i] = arr[0] ^ arr[1] ^ ... ^ arr[i]. Note that ^ denotes the b leetcode.co..
PS/LeetCode
2023. 10. 31. 13:33