Google Interview Question

Data structure which supports both map operations and array operations without time complexity penalty.

Interview Answer

Anonymous

Sep 5, 2019

Isn't this LRU cache?