Topic: Bit Manipulation Problem / Level: advanced

Problem: Create a function to generate all possible binary strings of length n without consecutive 1s.

Run the code to see the output here...