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