306 views

1 Answer

0 votes
0 votes

Not regular since we not do with finite states .why : every number is seperated by # so we need to remember each N with #. so not done by regular.[ used pumping lemma ]

Not CFL  .why : because every number is seperated by # . Here we have no  idea how to store two adjacent number seperated by #. cant done by stack. 

yes recursive Halting turing machine also can do computaton like +,- etc so here we can get language given.

Related questions

1.1k
views
0 answers
0 votes
KISHALAY DAS asked Nov 7, 2016
1,070 views
535
views
0 answers
0 votes
KISHALAY DAS asked Nov 7, 2016
535 views
896
views
1 answers
3 votes
Kapil asked Nov 9, 2016
896 views
Consider languages L1 and L2 over {0,1} alphabet . L2= { w | w contains some x as a substring and x belongs ... If L1 is recursive, L2 is also recursiveI and II onlyI, II and IIII and III onlyII and III only
1.1k
views
1 answers
5 votes
KISHALAY DAS asked Nov 7, 2016
1,068 views
L is a language in which number of b's is twice the number of a's. M is a language in which every 'a' is being followed by exactly 2b's. N is a language in which ... b's to L is a language in which number of b's is twice the number of a's.