Kleene's algorithm: Difference between revisions

Content deleted Content added
Line 17:
After that, in each step the expressions ''R''{{su|p=''k''|b=''ij''}} are computed from the previous ones by
:''R''{{su|p=''k''|b=''ij''}} = ''R''{{su|p=''k''-1|b=''ik''}} (''R''{{su|p=''k''-1|b=''kk''}})<sup>*</sup> ''R''{{su|p=''k''-1|b=''kj''}} | ''R''{{su|p=''k''-1|b=''ij''}}
 
==Example==
[[File:Deterministicfiniteautomaton.svg|thumb|200px|Example DFA given to Kleene's algorithm]]
 
==References==