?? Day 2: Power of Two
Disha Khanpara
Business Development Executive @Awarefluence | Frontend Developer & UX/UI Enthusiast | Data Analyst (SQL, Power BI, Python) | Book Reviewer | Passionate About Data & Design
?? Problem Statement:
Given an integer n, return true if it is a power of two, otherwise return false.
A number is a power of two if it can be written as 2^x, where x is an integer. For example:
1 is a power of two (since 2^0 = 1).
16 is a power of two (since 2^4 = 16).
3 is not a power of two.
? Like, Share, Comment, Feedback & Subscribe for More! Feel free to share your thoughts and follow along with the challenge. Let’s learn and improve together!
?? #100DaysLeetCode #LeetCodeChallenge #Python #PythonCoding #DSA #ProblemSolving #CodingJourney #Disha100DaysChallenge