Topic: Bit Manipulation Problem / Level: intermediate

Problem: Implement a function that finds the minimum number of bits required to represent a number in binary.

Run the code to see the output here...