3.2 Kleene's Theorem Flashcards

1
Q

What is Kleene’s theorem

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is the language generated by a regular expression

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

How to convert from regex to finite automata

A

‘Unpack’ the regex expression into nodes and arrows, based on each possible input. The final state should be nullable match the empty string (b*) does. Note the ‘junk’ state.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What are Brzozowski derivatives

A

Helps translate regex to finite automata, expresses the mapping of states with actions (expressed to pow neg 1)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

How to convert from finite automata to regex GFNA method steps

A

Keep merging nodes until finished

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

How to convert from finite automata to regex GFNA visually

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly