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