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
- jpa
- leetcode
- PYTHON
- LEVEL1
- leetcode 69
- Kakao
- AWS
- gold2
- glod4
- CSS
- java
- mysql
- error
- Gold4
- siver3
- LCS
- HTML
- gold5
- 프로그래머스
- 오류
- 9252
- 백엔드
- spring
- LEVEL2
- 개념
- 배포
- glod5
- Thymeleaf
- 백준
- 구현
Archives
- Today
- Total
목록Binary search (1)
이 험난한 세상에서어어~
[leetcode 69, python] Sqrt(x)
문제 설명 https://leetcode.com/problems/sqrtx/description/ Sqrt(x) - LeetCode Can you solve this real interview question? Sqrt(x) - Given a non-negative integer x, return the square root of x rounded down to the nearest integer. The returned integer should be non-negative as well. You must not use any built-in exponent function or o leetcode.com 양의 정수 x가 주어질 때 이것의 제곱근 값을 정수로 구하는 문제이다. 단, 내장 함수는 사용하면..
algorithm
2023. 12. 2. 10:17