Topic: Bit Manipulation Problem / Level: intermediate

Problem: Write a program that counts how many unique integers can be formed by permuting the bits of a binary number.

Run the code to see the output here...