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