Back to Browse

LeetCode | 146 LRU Cache | C++ | Explanation

25.5K views
Jun 20, 2016
19:53

Arguable one of the fastest C++ implementation of LRU Cache for leetcode imo. Reference: https://leetcode.com/discuss/20619/c-11-code-74ms-hash-table-list I came up with a solution similar to this myself, but this one is more optimized

Download

0 formats

No download links available.

LeetCode | 146 LRU Cache | C++ | Explanation | NatokHD