Day 4 of #100DaysOfCode
Studied Binary ↔️ Decimal conversion in depth
✅ LeetCode Progress:
• 231. Power of Two — Learned the bit manipulation trick using n & (n-1)
• 1009. Complement of Base 10 Integer — Explored bit flipping with masks and edge cases
• 7. Reverse Integer