Find shortest word transformation with caching
Company: LinkedIn
Role: Machine Learning Engineer
Category: Coding & Algorithms
Difficulty: Medium
Interview Round: Technical Screen
Quick Answer: This question evaluates understanding of graph algorithms for shortest-path searches, techniques for efficient neighbor generation and caching (including LRU eviction and complexity trade-offs), and concurrency controls for mutable dictionaries.