Topic: Bit Manipulation Problem / Level: intermediate

Problem: Create a function that counts how many binary representations of numbers can be formed from a given set of bits.

Run the code to see the output here...