Which optimized advanced data structure pattern solves this lesson cleanly?
Practice this question from LRU Cache - Hash Map Plus Recency List Pattern Practice Quiz, with options and an explanation.
Question
Which optimized advanced data structure pattern solves this lesson cleanly?
Option A — Correct answer
Hash map plus linked recency order.
Option B
Plain nested loops without structure
Option C
Greedy interval sorting only
Option D
Modulo arithmetic only
Explanation
Hash map plus linked recency order.