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