일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 용어
- 코딩테스트
- secure-file-priv
- Python
- MySQL
- jmeter
- 백준
- ma-lmm
- timestamp-aware frame encoder
- Github
- multimodal machine learning
- CNN
- q-former
- leetcode
- Kaggle
- Linux
- timechat
- quantification
- autogluon
- LeNet-5
- error
- sliding video q-former
- hackerrank
- tensorflow
- transference
- memory bank
- long video understanding
- Anaconda
- Artificial Intelligence
- Server
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
- 용어
- 코딩테스트
- secure-file-priv
- Python
- MySQL
- jmeter
- 백준
- ma-lmm
- timestamp-aware frame encoder
- Github
- multimodal machine learning
- CNN
- q-former
- leetcode
- Kaggle
- Linux
- timechat
- quantification
- autogluon
- LeNet-5
- error
- sliding video q-former
- hackerrank
- tensorflow
- transference
- memory bank
- long video understanding
- Anaconda
- Artificial Intelligence
- Server
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