Design a System to Track Recently Viewed Items
Design a system to track recently viewed items (with int limit initialized with class) for customers, similar to an LRU cache.
Asked at:
Amazon
Design a system to track recently viewed items (with int limit initialized with class) for customers, similar to an LRU cache.
Asked at:
Amazon