Topic: Bit Manipulation Problem / Level: beginner

Problem: Create a function to count the number of unique bits in a binary string.

Run the code to see the output here...