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