342. Power of Four
소스 코드는 여기 있습니다. 문제는 여기 있습니다. Problem Given an integer n, return true if it is a power of four. Otherwise, return false. An integer n is a power of four, if there exists an integer x such that n == 4x. Example 1: Input: n = 16 Output: true Example 2: Input: n = 5 Output: false Example 3: Input: n = 1 Output: true Constraints: -2^31 >= 1; // 오른쪽으로 한 칸 bit shift } return numberOfOnes == 1 && (numbe..
Algorithm/LeetCode
2022. 8. 26. 10:30
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- Java
- proto3
- intellij
- 클린 아키텍처
- leetcode
- QueryDSL
- @ManyToOne
- 스프링 데이터 jpa
- JSON
- 스프링 부트 튜토리얼
- 스프링 부트 회원 가입
- r
- Spring Boot Tutorial
- 스프링 부트 애플리케이션
- 스프링부트
- Spring Data JPA
- gRPC
- 함께 자라기 후기
- spring boot jwt
- 알고리즘
- JPA
- spring boot application
- Jackson
- spring boot app
- 함께 자라기
- Linux
- Spring Boot JPA
- 헥사고날 아키텍처
- Spring Boot
- 스프링 부트
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함