Math, asked by Tejasaditya7961, 1 year ago

How to find the number of binary strings with no adjacent ones?

Answers

Answered by ankitsharma26
0
Input : K = 3
Output : 000 , 001 , 010 , 100 , 101

Input : K = 4
Output :0000 0001 0010 0100 0101 1000 10
Similar questions