Topic: Bit Manipulation Problem / Level: beginner

Problem: Implement a function that counts how many distinct binary strings can be formed from a given string of bits.

Run the code to see the output here...