Regular Languages Flashcards
What is a mealy machine?
A finite state machine that generates an output for every transition.
What does l mean in regular expressions?
Or, it separates alternatives.
What does * mean in regular expressions?
0 or more of the preceding element.
What does + mean in regular expressions?
1 or more of the preceding element.
What does ? mean in regular expressions?
0 or 1
Define an intractable problem.
A problem that can be solved but not in polynomial / reasonable time.
How can you solve some intractable problems?
Using heuristic methods.
Define a set.
An unordered collection of elements.
∈
Member of
∉
Not a member of
∩
Intersection
∪
Union
A\B
Elements that are in A but not B (difference)
|
Such that
Λ
And