Topic: Bit Manipulation Problem / Level: beginner

Problem: Write a function to find the number of distinct binary strings of length n with no consecutive 1s.

Run the code to see the output here...