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
- Python
- recursive
- dfs
- string
- DP
- binary search
- linked list
- 문자열
- Medium
- sorting
- matrix
- hash table
- tree
- math
- backtracking
- 리트코드
- leetcode
- HashTable
- Depth-first Search
- 중간
- easy
- Array
- binary tree
- Binary
- list
- 미디움
- two pointers
- 쉬움
- 이진트리
- 재귀
Archives
- Today
- Total
목록cache (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