Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- 쉬움
- list
- linked list
- backtracking
- Medium
- matrix
- DP
- Depth-first Search
- binary tree
- hash table
- 미디움
- leetcode
- recursive
- two pointers
- easy
- 문자열
- tree
- Array
- math
- binary search
- 재귀
- dfs
- 리트코드
- string
- 이진트리
- Binary
- HashTable
- 중간
- sorting
- Python
Archives
- Today
- Total
목록Least Recently Used (1)
부부의 코딩 성장 일기
LeetCode 146(LRU Cache, Python)
1. 문제 링크 LRU Cache - LeetCode LRU Cache - LeetCode Can you solve this real interview question? LRU Cache - Design a data structure that follows the constraints of a Least Recently Used (LRU) cache [https://en.wikipedia.org/wiki/Cache_replacement_policies#LRU]. Implement the LRUCache class: * LRUCache(int c leetcode.com 2. 문제 설명 주어진 연산을 수행하는 LRU(Least Recently Used) 캐시를 구현하기 LRU 캐시가 지원해야하는 두 가지 연..
Algorithm/LeetCode
2024. 3. 30. 19:00