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 |
Tags
- 리눅스
- ros
- 기초
- 오늘도 우라라 펫
- MSG
- LeetCode
- C++
- 오늘도 우라라 공략
- 반복문
- publish
- 오늘도 우라라 펫 공략
- ubuntu
- 토픽
- 등차수열
- C언어
- 환경설정
- 데이터 베이스
- 프로그래밍
- mariaDB
- Subscribe
- 우분투
- Linux
- 그랑사가
- 오늘도 우라라
- JungOl
- install opencv-4.4.0 on ubuntu 22.04
- mysql
- 마리아 DB
- topic
- while
Archives
- Today
- Total
목록[LeetCode] 1. Two Sum (1)
하루의 쉼터
[LeetCode] 1. Two Sum
Question : Given a non-negative integer num, repeatedly add all its digits until the result has only one digit. Input: 38 Output: 2 Explanation: The process is like: 3 + 8 = 11, 1 + 1 = 2. Since 2 has only one digit, return it.Question Given an array of integers nums and an integer target, return indices of the two numbers such that they add up to target. You may assume that each input would hav..
Coding Test/LeetCode
2020. 11. 17. 02:02