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
- 3d generation
- video generation
- style align
- diffusion
- VirtualTryON
- ddpm inversion
- 프로그래머스
- visiontransformer
- plug-and-play
- 네이버 부스트캠프 ai tech 6기
- magdiff
- 3d editing
- 코테
- 논문리뷰
- video editing
- Vit
- research intern
- ddim inversion
- DP
- Programmers
- prompt2prompt
- BOJ
- image generation
- image2image translation
- diffusion models
- ami lab
- transformer
- image editing
- Python
- 코딩테스트
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