Topic: Bit Manipulation Problem / Level: advanced

Problem: Implement a function that finds the closest power of two greater than a given integer.

Run the code to see the output here...