Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
lfa:2022:lab06-dfa-to-regex [2022/11/17 16:02] pdmatei |
lfa:2022:lab06-dfa-to-regex [2022/11/19 10:34] (current) alexandra.udrescu01 |
||
---|---|---|---|
Line 12: | Line 12: | ||
Hint: is it easier to apply conversion on another DFA? | Hint: is it easier to apply conversion on another DFA? | ||
- | /* | + | |
<hidden On what DFA should the algorithm be applied?> | <hidden On what DFA should the algorithm be applied?> | ||
Line 164: | Line 164: | ||
</hidden> | </hidden> | ||
- | */ | + | |
==== 6.2. Brzozowsky's algebraic method ==== | ==== 6.2. Brzozowsky's algebraic method ==== | ||
Line 217: | Line 217: | ||
^ {{ :lfa:2022:screenshot_2022-11-09_at_15.46.23.png?200 |}} ^ | ^ {{ :lfa:2022:screenshot_2022-11-09_at_15.46.23.png?200 |}} ^ | ||
- | /* | + | |
<hidden Solution> | <hidden Solution> | ||
Line 267: | Line 267: | ||
</hidden> | </hidden> | ||
- | */ | + | |