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