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
- 프로그래머스
- video generation
- Python
- dreammotion
- score distillation
- 논문리뷰
- 3d generation
- magdiff
- BOJ
- 네이버 부스트캠프 ai tech 6기
- image editing
- diffusion models
- visiontransformer
- video editing
- controllable video generation
- DP
- segmenation map generation
- 3d editing
- masactrl
- transformer
- 코테
- diffusion model
- Vit
- 코딩테스트
- diffusion
- Programmers
- VirtualTryON
- emerdiff
- segmentation map
- controlnext
Archives
- Today
- Total
목록구명보트 (1)
평범한 필기장
[Programmers_Python] 구명보트
https://school.programmers.co.kr/learn/courses/30/lessons/42885 프로그래머스 코드 중심의 개발자 채용. 스택 기반의 포지션 매칭. 프로그래머스의 개발자 맞춤형 프로필을 등록하고, 나와 기술 궁합이 잘 맞는 기업들을 매칭 받으세요. programmers.co.kr 내 풀이 def solution(people, limit): people = sorted(people, reverse = True) cnt = 0 while people: if len(people) >= 2: n = limit - people[0] for i in range(1, len(people)): if people[i]
코딩 테스트 준비/Programmers
2023. 6. 24. 03:41