You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| 520 |[Detect Capital Use](https://leetcode.com/problems/detect-capital/)|[Python](./Python/detect-capital.py) <br/> [C++](./C++/Detect-Capital.cpp)|_O(n)_|_O(1)_| Easy |||
91
-
| 1486 |[XOR Operation in an Array](https://leetcode.com/problems/xor-operation-in-an-array/)|[Java](./Java/xor-op-in-array.java)|_O(n)_|_O(1)_| Easy || Using XOR |
91
+
| 1486 |[XOR Operation in an Array](https://leetcode.com/problems/xor-operation-in-an-array/)|[Java](./Java/xor-op-in-array.java)<br/> [C++](./C++/xor-operation-in-an-array.cpp)|_O(n)_|_O(1)_| Easy || Using XOR |
0 commit comments