Topic: Bit Manipulation Problem / Level: intermediate

Problem: Implement a function to determine the number of unique binary strings of length n with no consecutive 1s.

Run the code to see the output here...