Karthikeya_04 (@lazy_99990) 's Twitter Profile
Karthikeya_04

@lazy_99990

ID: 1332685897062514690

calendar_today28-11-2020 14:01:07

278 Tweet

7 Takipçi

129 Takip Edilen

Karthikeya_04 (@lazy_99990) 's Twitter Profile Photo

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