Implement LRU and target-sum combinations
Company: Adyen
Role: Software Engineer
Category: Coding & Algorithms
Difficulty: Medium
Interview Round: Technical Screen
Quick Answer: This question evaluates implementation and algorithmic skills by combining a practical data-structure design task (implementing an in-memory LRU cache) with a combinatorial algorithms problem (finding target-sum combinations), measuring understanding of correctness, complexity analysis, and trade-off reasoning.