This question evaluates understanding of data structures and algorithmic techniques for designing an in-memory LRU cache (eviction policies, recency maintenance, and complexity analysis) and for selecting k closest points using sorting and selection/heap-based approaches.
