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