kleene-star Questions
1
Most sources, such as http://www.cs.may.ie/staff/jpower/Courses/Previous/parsing/node5.html, suggest that the Kleene closure be constructed with 4 nodes.
Why can't it be constructed with just 2, a...
Vitiate asked 1/1, 2017 at 15:15
4
I read this in a book on computability:
(Kleene's Theorem) A language is regular if and only if it can be
obtained from finite languages by applying the three operations union,
concatenation, ...
Ferrol asked 1/7, 2013 at 19:54
2
Solved
I read that every Non-deterministic Finite Automaton (NFA) can be transferred into a Deterministic Finite Automaton (DFA). Can this be done for kleene star regex, say a*?
Above is the NFA for a*....
Protoactinium asked 24/1, 2016 at 1:48
1
Solved
What is the difference between the following regular expressions?
(a U b)* and (ab)*
Difference between union and concatenation ?
which of the above regex accepts strings in which 'a' is always b...
Natant asked 16/10, 2015 at 16:30
3
Solved
Would there be a difference between (aa)* and (a*a*)?
Is there a distributive property?
Writing asked 7/3, 2013 at 7:13
1
© 2022 - 2024 — McMap. All rights reserved.