
Problem no.93 Restore IP Address Question: Given a string containing only digits, restore it by returning all possible valid IP address combinations. A valid IP address consists of exactly four integers (each integer is between 0 and 255) separated by single points. Solution: class Solution: def restoreIpAddresses(self, s: str) -> List[str]: l = len(s) if l 4*3: return [] ans = set() ..

Windows 10 Home 에 Docker 설치하기 다른 블로그에서 레지스터리 등 수정하면서 시간을 낭비하다가.. 찾은 공식 문서 간단하게 정리 Docker docs 링크 [LINK] System requirements Windows 10, version 2004 or higher Enable WSL 2 Feature on Windows [link] Windows Subsystem for Linux 활성화 (Powershell Admin) dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart * 윈도우 버전 확인 : win + R -> winvert 버전이 2004 이하일 경우 업데이트..
- Total
- Today
- Yesterday
- 키보드
- Container
- K8S
- csv
- Algorithm
- go
- Python
- collator
- kubernetes context
- Fine-Tuning
- feed-forward
- kubens
- Shell
- 한빛미디어
- BASIC
- Binary
- docker
- Git
- error
- Gemma
- leetcode
- palindrome
- book
- lllm
- LLM
- 나는리뷰어다
- 파이썬
- 책리뷰
- AWS
- Kubernetes
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |