360 likes | 512 Views
Erik Jonsson School of Engineering and Computer Science. CS 5349.001 CS 4384 – HON 001. Automata Theory. http://www.utdallas.edu/~pervin. Tue sday: Sections 2.4 & 2.5 Look at Ullman’s Lectures 3 & 4. Thursday 0 9-04-13. FEARLESS Engineering. www.utdallas.edu/~pervin.
E N D
Erik Jonsson School of Engineering and Computer Science CS 5349.001 CS 4384– HON001 Automata Theory http://www.utdallas.edu/~pervin Tuesday: Sections 2.4 & 2.5 Look at Ullman’s Lectures 3 & 4 Thursday 09-04-13 FEARLESS Engineering www.utdallas.edu/~pervin
SyllabusOfficialS2013.docx Final Exam: Thursday, 18 December 2014 8:00am – 10:45am in our regular classroom SYLLABUS
Nondeterministic Finite Automata (NDA) M&S Section 2.4
Find an NFA that accepts the set of binary strings beginning with 010 or ending with 110.
Comment: For every NFA there is an equivalent NFA that has only one initial state and only one accepting (final) state.
Construct a NFA that accepts the language: The set of binary strings that contain at least three occurrences of the substring 010.
Construct a NFA that accepts the language: (b) The set of binary strings that contain both substrings 010 and 101.
Theorem: If L = L(N) for a NFA N, then L = L(D) for a DFA D. Linz P.61