🚀 Day 2 of my 45 Days DSA Challenge Today I solved two important problems that strengthened my understanding of numbers and bit manipulation logic: 1. Add Binary Problem: Add two binary strings and ...
LeetCode Day 57 : Problem 146 (LRU Cache) Just solved my LeetCode problem for today. It was "LRU Cache", design a data structure that evicts the least recently used item when it exceeds capacity, with ...