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