/**
Design a data structure that follows the constraints of a Least Recently Used (
LRU) cache.
Implement the LRUCache
2022-09-05