Topic: Bit Manipulation Problem / Level: intermediate

Problem: Create a function that counts how many binary representations are possible for a given integer.

Run the code to see the output here...