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
- jpa
- java
- CSS
- PYTHON
- 구현
- leetcode 69
- 프로그래머스
- 배포
- gold2
- glod4
- 9252
- gold5
- glod5
- LCS
- LEVEL1
- spring
- Gold4
- LEVEL2
- leetcode
- siver3
- mysql
- 백준
- HTML
- Kakao
- error
- 오류
- 개념
- Thymeleaf
- AWS
- 백엔드
Archives
- Today
- Total
목록leetcode 69 (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