0
10kviews
Compare recursive and recursively enumerable languages
1 Answer
1
218views

Recursive Language:

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) = …

Create a free account to keep reading this post.

and 4 others joined a min ago.

Please log in to add an answer.