-
[Leetcode] 231. Power of Two (In Python)[Python] 파이썬/Leetcode_Easy 2021. 12. 21. 22:59
코드들은 https://github.com/Eastar-DS/Python/tree/main/Leetcode의 Easy_Problem.py 파일에도 있습니다.
디스커스에서 비트연산자를 이용해 문제를 푼걸발견. 진짜 개똑똑하다;;
'[Python] 파이썬 > Leetcode_Easy' 카테고리의 다른 글
[Leetcode] 1200. Minimum Absolute Difference (In Python) (0) 2021.12.20 [Leetcode] 9. Palindrome Number (In Python) (0) 2021.01.04 [Leetcode] 7. Reverse Integer (In Python) (0) 2021.01.03 [Leetcode] 1. Two Sum (In Python) (0) 2021.01.01