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
- matrix
- math
- tree
- sorting
- binary search
- leetcode
- Depth-first Search
- DP
- Binary
- 이진트리
- Python
- string
- Medium
- 미디움
- 재귀
- two pointers
- HashTable
- linked list
- dfs
- recursive
- 리트코드
- easy
- binary tree
- hash table
- backtracking
- Array
- 문자열
- 쉬움
- 중간
Archives
- Today
- Total
목록leetcode 71 (1)
부부의 코딩 성장 일기
1. 문제 링크 https://leetcode.com/problems/simplify-path/ Simplify Path - LeetCode Can you solve this real interview question? Simplify Path - Given a string path, which is an absolute path (starting with a slash '/') to a file or directory in a Unix-style file system, convert it to the simplified canonical path. In a Unix-style file sys leetcode.com 2. 문제 설명 '/'로 시작하는 절대경로 (absolute path) path라는 문자..
Algorithm/LeetCode
2024. 1. 18. 19:00