0
1.2kviews
Compare recursive and recursively enumerable languages.
1 Answer
0
11views

Let L be a language over an input and if TM 'T' (Turing machine T) excepts every woed in L and rejects every word of L' it is called as recursive language.

Example :

  1. String ends with '101'

  2. Number of 'a'= number of 'b'

    Accept(T) = L
    
    Reject(T) = L' …

Create a free account to keep reading this post.

and 2 others joined a min ago.

Please log in to add an answer.