Number Theory Bit Manipulation Learner Implement the method isPowerOfTwo that checks whether an integer is a power of two. Solved
Decision Making Number Theory Learner Implement the method isPrime that checks whether an integer is prime. Solved
Math Number Theory Learner Implement the method gcd that returns the greatest common divisor of two integers. Solved