Csci471 Intro Lecture 4
Csci471 Intro Lecture 4
LECTURE 4
Today:
• Enumerators
• Church-Turing Thesis
• Decidable Languages
1
Meiram Murzabulatov
TM variant: TM with only “R and S”
A TM P = (Q, Σ, Γ, d, q0, qaccept , qreject)
Q is a finite set of states
Σ is the input alphabet, where ¨ Ï Σ
Γ is the tape alphabet, where ¨ Î Γ and Σ Í Γ
d : Q ´ Γ → Q ´ Γ ´ {R,S} is the transition function
q0 , qaccept , qreject Î Q are
the start, accept and reject states
TMs are equivalent to…
TMs are equivalent to multitape TMs (last time)
printer