employer cover photo
employer logo
employer logo

Huawei Technologies

Is this your company?

Huawei Technologies interview question

Implement the Least Recent Used cache (LRU)

Interview Answer

Anonymous

Feb 14, 2021

Use a combination of linked list and hashmap to solve this problem