- 🎆 Working on Lambda Blog
- 🌱 I'm currently learning Go and Game Development
- 💭 Ask me about anything here or we can connect on LinkedIn
- 🎮 I have fun developing games and doing full-stack web development
- 🤓 Oh! I almost forget. Here's a link to my dotfiles (I use Arch btw)
- 💘 I love high-level and low-level programming as much as electronics (and classical music too)
The XOR total of an array is defined as the bitwise XOR of all its elements, or 0 if the array is empty. Given an array nums, return the sum of all XOR totals for every subset of nums. An array a is a subset of an array b if a can be obtained from b by deleting some (possibly zero) elements of b.
🤓
Note: Leet Code challenges update once a week😉