This commit is contained in:
Jessica Kwok 2021-03-19 16:26:51 -07:00
parent 35cb119671
commit e0235a8da4

View file

@ -1,4 +1,4 @@
# Arrays - Power of 2
# Power of 2
#
# Given an integer n, return true if it is a power of two. Otherwise, return false.
#