
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
- book
- collator
- Container
- lllm
- AWS
- Python
- docker
- Gemma
- palindrome
- feed-forward
- Shell
- Git
- BASIC
- go
- 책리뷰
- kubernetes context
- Fine-Tuning
- csv
- LLM
- 파이썬
- leetcode
- Kubernetes
- 나는리뷰어다
- Algorithm
- kubens
- Binary
- 한빛미디어
- K8S
- 키보드
- error
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |