Power of Three (1) 썸네일형 리스트형 [Leetcode] 326. Power of Three April Leetcode Challenge 2021 에서 4월 27일에 (PST) 출시된 문제를 풀어보도록 하겠다. 문제는 아래 링크를 참고하길 바란다. leetcode.com/problems/power-of-three/ Power of Three - LeetCode Level up your coding skills and quickly land a job. This is the best place to expand your knowledge and get prepared for your next interview. leetcode.com 주어진 n 이 3의 거듭제곱인지에 대해서 판별하는 문제이다. 문제를 보자마자 3으로 계속 나누어서 1이 나오면 성공이라는 생각이 들었다. 역시나 당연히 follow-.. 이전 1 다음