[C++] LeetCode : Pow(x, n)
Question Implement pow(x, n), which calculates x raised to the power n (i.e., xn). x의 n승을 리턴하는 pow 함수를 구현하라. 제약사항 -100.0 < x < 100.0 -2^31 = 1; } } if (n < 0) { ans = (double)(1.0) / (double)(ans); } return ans; } }; // 해당 문제의 Discuss 참고 출처 : https://leetcode.com/explore/interview/card/top-interview-questions-medium/113/math/818/ Explore - LeetCode LeetCode Explore is the best place for everyone..
IT/Problem Solving
2022. 8. 15. 12:32
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- interview question
- algorithm
- DP
- 자료구조
- PS
- 러스트 기초
- 속초 맛집
- 반드시 알아야 할 자료구조
- 기술면접
- LeetCode
- coding interview
- 알고리즘
- 러스트 배우기
- 맛집
- 속초
- rust
- ProblemSolving
- Interview
- 솔직후기
- Medium
- 러스트
- Problem Solving
- 리트코드
- 코딩인터뷰
- C++
- 트리
- 내돈내산
- 인터뷰
- 러스트 입문
- Tree
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함