


Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
The process of converting a non-deterministic finite automaton (nfa) into a deterministic finite automaton (dfa) using the subset construction algorithm. It includes the theorem and visualization of the conversion process, construction specification, and step-by-step construction of the fsa from the nfa.
Typology: Exams
1 / 4
This page cannot be seen from the preview
Don't miss anything!



1
2
3
4
5
a a b a
a,b a,b
(1, aaaaba)
(1, aaaba) (2, aaaba)
(1, aaba) (2, aaba) (3, aaba)
(1, aba) (2, aba) (3, aba) crash
(1, ba) (2, ba) (3, ba)
(1, a) (4, a)
(1, λ) (2, λ) (5, λ) 6
a a b a
a,b a,b
(1, aaaaba)
(1, aaaba) (2, aaaba)
(1, aaba) (2, aaba) (3, aaba)
(1, aba) (2, aba) (3, aba) crash
(1, ba) (2, ba) (3, ba)
(1, a) (4, a)
(1, λ) (2, λ) (5, λ)
7
a a b a
a,b a,b
8
a a b a
a,b a,b
( 1 ,aaaaba) ({ 1 }, aaaaba) ( 1 , aaaba) ( 2 , aaaba) ({1,2}, aaaba)
( 1 , aaba) ( 2 , aaba) ( 3 , aaba) ({1,2,3}, aaba)
( 1 , aba) ( 2 , aba) ( 3 , aba) ({1,2,3}, aba)
( 1 , ba) ( 2 , ba) ( 3 , ba) ({1,2,3}, ba)
( 1 , a) ( 4 , a) ({1,4}, a)
( 1 , λ) ( 2 , λ) ( 5 , λ)^ ({1,2,5},^ λ)
9
a,b a,b a a
10
a,b a,b a a
11
a,b a,b a a
12
a,b a,b a a
19
20
21
22