Enumerator (computer science): Difference between revisions

Content deleted Content added
Fastjur (talk | contribs)
m Remove unnecessary space.
No edit summary
Line 2:
 
==Formal definition==
{{Unreferenced section|date=April 2021}}
An enumerator <math>E</math> is usually represented as a 2-tape [[Turing machine]]. One working tape, and one print tape. It can be defined by a 7-tuple, following the notation of a [[Turing machine]]:
<math>E = \langle Q, \Sigma, \Gamma, \delta, q_0, q_{print}, q_{reject}\rangle</math>