Topic: Bit Manipulation Problem / Level: beginner

Problem: Implement a function that computes the number of binary strings of length n that contain no consecutive 1s.

Run the code to see the output here...