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
- Kaggle
- ML
- MDP
- C++
- Flutter
- MATLAB
- BOF
- Widget
- system hacking
- 파이토치 트랜스포머를 활용한 자연어 처리와 컴퓨터비전 심층학습
- fastapi를 사용한 파이썬 웹 개발
- ARM
- llm을 활용 단어장 앱 개발일지
- Computer Architecture
- Dreamhack
- study book
- 영상처리
- rao
- Got
- DART
- Image Processing
- FastAPI
- BFS
- pytorch
- bloc
- 백준
- BAEKJOON
- PCA
- Stream
- Algorithm
Archives
- Today
- Total
목록Algorithm/LeetCode (1)
Bull
https://leetcode.com/problems/two-sum/description/ LeetCode - The World's Leading Online Programming Learning Platform Level up your coding skills and quickly land a job. This is the best place to expand your knowledge and get prepared for your next interview. leetcode.com 문제 class Solution { public: vector twoSum(vector& nums, int target) { } }; input으로 nums 벡터와 target 을 받은 후, nums 벡터에 있는 원소들 중..
Algorithm/LeetCode
2024. 2. 1. 10:31