231. Power of TwoGiven an integer, write a function to determine if it is a power of two.
Example 1:
Input: 1
Output: t
2019-02-24