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
- 자바스크립트
- dfs
- 구현
- c#
- Server
- MemoryBarrier
- 코딩테스트 스터디
- 완전탐색
- 구조체
- leetcode
- BFS
- 멀티스레드
- 메모리 배리어
- map
- 문자열&연산자
- React
- 백준
- 제로베이스
- JavaScript
- 코딩테스트
- 알고리즘
- 프로그래머스
- 프론트엔드 스쿨
- socket
- Algorithm
- 제로베이스 프론트엔드 스쿨
- C++
- 백트래킹
- 서버
- N과 M(2)
Archives
- Today
- Total
목록코테스터디 (1)
Written
69. Sqrt(x) / 70. Climbing Stairs / 8. String to Integer (atoi) / 코딩테스트 스터디 문제풀이 모음 (Leetcode)
https://leetcode.com/problems/sqrtx/ 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 Example 1: Input: x = 4 Output: 2 Explanation: The square root of 4 is 2..
알고리즘 문제풀이
2023. 2. 28. 17:58