For the base case why we have to take
if(n==0) return 1
Binary string recursion
hi @Sitikant
if we consider an empty string, it is also a valid case. (there are no consecutive 1’s)
ohh…Thanks for your help …
1 Like
