Topic: Bit Manipulation Problem / Level: advanced

Problem: Implement a function to count how many numbers in an array have a unique binary representation.

Run the code to see the output here...