326. Power of Three
소스 코드는 여기 있습니다. 문제는 여기 있습니다. Problem Given an integer n, return true if it is a power of three. Otherwise, return false. An integer n is a power of three, if there exists an integer x such that n == 3^x. Example 1: Input: n = 27 Output: true Example 2: Input: n = 0 Output: false Example 3: Input: n = 9 Output: true Solution 3의 n제곱인 경우 true를 반환하는 문제입니다. public class Solution { public boolean isPo..
Algorithm/LeetCode
2022. 8. 27. 10:30
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- spring boot app
- @ManyToOne
- 함께 자라기
- Jackson
- JPA
- 스프링 부트
- Spring Data JPA
- gRPC
- QueryDSL
- Java
- JSON
- r
- proto3
- intellij
- 함께 자라기 후기
- 알고리즘
- 스프링 부트 튜토리얼
- 헥사고날 아키텍처
- 스프링부트
- spring boot application
- 스프링 부트 회원 가입
- spring boot jwt
- 클린 아키텍처
- Spring Boot Tutorial
- 스프링 부트 애플리케이션
- Spring Boot JPA
- leetcode
- Linux
- Spring Boot
- 스프링 데이터 jpa
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함