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
- 3d generation
- 프로그래머스
- dreammotion
- video editing
- image editing
- Vit
- masactrl
- diffusion
- segmenation map generation
- 3d editing
- 코테
- transformer
- Programmers
- flow matching
- diffusion model
- 네이버 부스트캠프 ai tech 6기
- Python
- video generation
- segmentation map
- 논문리뷰
- visiontransformer
- BOJ
- 코딩테스트
- inversion
- diffusion models
- emerdiff
- DP
- score distillation
- VirtualTryON
- rectified flow
Archives
- Today
- Total
목록위장 (1)
평범한 필기장

https://school.programmers.co.kr/learn/courses/30/lessons/42578 프로그래머스 코드 중심의 개발자 채용. 스택 기반의 포지션 매칭. 프로그래머스의 개발자 맞춤형 프로필을 등록하고, 나와 기술 궁합이 잘 맞는 기업들을 매칭 받으세요. programmers.co.kr 내 풀이 방식 -> 시간 초과 옷 종류별로 몇개가 있는지를 나타내기 위해 dictionary 자료구조를 이용했다. 하나 이상의 옷 종류를 고르는 모든 경우의 수를 옷 종류의 개수로 표현해서 리스트를 만든다. 아래의 사진은 테스트 케이스에 대해 실행해서 나온 결과이다. 출력 부분에 dictionary와 dictionary의 value들, 모든 경우의 수를 표현한 리스트를 출력한 결과이다. 모든 경우..
코딩 테스트 준비/Programmers
2023. 3. 31. 14:52