Topic: Bit Manipulation Problem / Level: intermediate

Problem: Implement a function that counts how many binary representations can be formed for a given integer.

Run the code to see the output here...