LeetCode 1486. XOR Operation in an Array
Description https://leetcode.com/problems/xor-operation-in-an-array/ Given an integer n and an integer start. Define an array nums where nums[i] = start + 2*i (0-indexed) and n == nums.length. Return the bitwise XOR of…