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 ...
Solved LeetCode Problem – Add Two Numbers Today, I worked on a classic Linked List problem that strengthens understanding of data structures and pointer manipulation. ->Problem: Two non-empty linked ...