Topic: Bit Manipulation Problem / Level: beginner

Problem: Create a function to find the number of different binary representations of a given integer.

Run the code to see the output here...