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
- Python
- binary tree
- leetcode
- dfs
- tree
- recursive
- Binary
- 중간
- Medium
- 미디움
- 쉬움
- list
- math
- 재귀
- binary search
- Array
- sorting
- two pointers
- 리트코드
- 이진트리
- linked list
- matrix
- backtracking
- Depth-first Search
- string
- easy
- hash table
- DP
- 문자열
- HashTable
Archives
- Today
- Total
목록restore (1)
부부의 코딩 성장 일기
LeetCode 93(Restore IP Addresses, Python)
1. 문제 링크 https://leetcode.com/problems/restore-ip-addresses/ LeetCode - The World's Leading Online Programming Learning Platform Level up your coding skills and quickly land a job. This is the best place to expand your knowledge and get prepared for your next interview. leetcode.com 2. 문제 설명 주어진 숫자열을 이용하여 유효한 IP 주소로 복원하는 문제 IP 주소는 네 개의 정수로 이루어져 있으며, 각 정수는 0에서 255 사이의 값이어야 함 이때 각 정수는 0으로 시작하면 안됨...
Algorithm/LeetCode
2024. 2. 4. 19:00