Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 183 Bytes

README.md

File metadata and controls

6 lines (6 loc) · 183 Bytes

CheckNumberPowerOf2

Checks if a number is power of 2. Little intro to java methods includes two different codes doing the same job: 1)CheckPowerOf2 2)CheckPowerOf2Recursion ENJOY;)