I am learning C++ by implementing small design problems. I have tried to implement LRU cache and the implementation that I have attached here works fine.
However, I am no