lru cache

    8/18 (금) 양방향 링크드 리스트와 LRU 캐시 디자인 TIL

    공부한 것LeetCode #146. LRU Cache (캐시 디자인)를 풀었다. LeetCode - The World's Leading Online Programming Learning PlatformLevel up your coding skills and quickly land a job. This is the best place to expand your knowledge and get prepared for your next interview.https://leetcode.com/problems/lru-cache/submissions/1024552141/?envType=list&envId=rus4c4ci알게 된 것필요한 캐시 자료구조를 만드는 문제를 푸는데 Doubly linked list라는 걸 ..