일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- long video understanding
- Github
- Linux
- Kaggle
- CNN
- transference
- leetcode
- jmeter
- memory bank
- timestamp-aware frame encoder
- MySQL
- Python
- error
- tensorflow
- multimodal machine learning
- 백준
- quantification
- Anaconda
- sliding video q-former
- q-former
- timechat
- 용어
- Server
- LeNet-5
- secure-file-priv
- 코딩테스트
- Artificial Intelligence
- autogluon
- ma-lmm
- hackerrank
Archives
- Today
- Total
반응형
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- long video understanding
- Github
- Linux
- Kaggle
- CNN
- transference
- leetcode
- jmeter
- memory bank
- timestamp-aware frame encoder
- MySQL
- Python
- error
- tensorflow
- multimodal machine learning
- 백준
- quantification
- Anaconda
- sliding video q-former
- q-former
- timechat
- 용어
- Server
- LeNet-5
- secure-file-priv
- 코딩테스트
- Artificial Intelligence
- autogluon
- ma-lmm
- hackerrank
Archives
- Today
- Total
목록단어 변환 (1)
Juni_DEV
[Python, 프로그래머스] 단어 변환
https://programmers.co.kr/learn/courses/30/lessons/43163 코딩테스트 연습 - 단어 변환 두 개의 단어 begin, target과 단어의 집합 words가 있습니다. 아래와 같은 규칙을 이용하여 begin에서 target으로 변환하는 가장 짧은 변환 과정을 찾으려고 합니다. 1. 한 번에 한 개의 알파벳만 바꿀 수 programmers.co.kr 문제 설명 두 개의 단어 begin, target과 단어의 집합 words가 있습니다. 아래와 같은 규칙을 이용하여 begin에서 target으로 변환하는 가장 짧은 변환 과정을 찾으려고 합니다. 1. 한 번에 한 개의 알파벳만 바꿀 수 있습니다. 2. words에 있는 단어로만 변환할 수 있습니다. 예를 들어 begi..
Coding Interview
2021. 6. 25. 23:00