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 |
Tags
- llm을 활용 단어장 앱 개발일지
- 영상처리
- ARM
- BOF
- 파이토치 트랜스포머를 활용한 자연어 처리와 컴퓨터비전 심층학습
- Got
- Stream
- FastAPI
- ML
- PCA
- fastapi를 사용한 파이썬 웹 개발
- BFS
- 백준
- MDP
- Widget
- Kaggle
- Dreamhack
- MATLAB
- DART
- system hacking
- Image Processing
- C++
- Algorithm
- Computer Architecture
- rao
- study book
- BAEKJOON
- pytorch
- bloc
- Flutter
Archives
- Today
- Total
목록Two Sum (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
