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 |
Tags
- DP
- 3d editing
- 3d generation
- image generation
- Vit
- diffusion models
- 코테
- image editing
- memorization
- flow matching
- shortcut model
- freeinv
- diffusion model
- 논문리뷰
- ddim inversion
- Programmers
- video generation
- video editing
- flow matching models
- inversion
- VirtualTryON
- Python
- rectified flow
- visiontransformer
- 프로그래머스
- transformer
- diffusion
- 네이버 부스트캠프 ai tech 6기
- BOJ
- 코딩테스트
Archives
- Today
- Total
목록구명보트 (1)
평범한 필기장

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