LetsGrowMoreCommunity / DSA-Playyard

Explore the world of Data Structures and Algorithm
18 stars 51 forks source link

3. power of two #262

Closed sonamgupta136 closed 3 years ago

sonamgupta136 commented 3 years ago

56 fixed

ujju20 commented 3 years ago

Your Solution is wrong x&(x-1) is true for the power of 2 but you have added not before it.

sonamgupta136 commented 3 years ago

@ujju20 Please check now