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