Topic: Dynamic Programming Problem / Level: beginner

Problem: Count the number of binary strings of length n without consecutive 1s.

Run the code to see the output here...