0
Can anyone make a C/C++ program to minimise the DFA and showing states with transition for any given regular expression??
Like if we input a regular expression (ab)* then the output should be menu driven for NFA, DFA and minimised DFA, all showing with state table.
1 Answer
+ 1
Try to attempt by yourself first?