297 views
1 votes
1 votes
Under Which class of language , Set of binary strings represents Fibonacci Sequence over input alphabet {0,1} ? I think either it is Context Sensitive Language or Recursive Language. Can anyone please help me ?

1 Answer

3 votes
3 votes

I think as this sequence can't be generated  withing memory Linearly bounded by input string provided we can say it is recursive.

Related questions

1 votes
1 votes
1 answer
2
Na462 asked Sep 11, 2018
1,588 views
Is Language L = {0(n+m) 1(k+l) | m = l, and m,n,k,l ≥ 1 } a regular language ? explain
0 votes
0 votes
1 answer
4
Mayankprakash asked Jan 24, 2019
303 views
Please suggest me in briefly for revision .How to we test regular,dcfl,cfl,recursive and recursive enumeranle.Eg say if we can find the pattern it's regular.Please help...