Topic: Bit Manipulation Problem / Level: beginner

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

Run the code to see the output here...