Write a program in C++ to minize the states of FSA(finite state Of Automata)
i)Your input of your program will must read from the fileand the file contain input as follow:
sab
-123
224
+313
+443
the upper data is ur input...s is the states(-1,2,+3,+4)
a is the transition
b is the transition
On state -1 the transition on a is 2 and on transition b is 3
On state 2 the transition on a is 2 and on transition b is 4
On state +3 the transition on a is 1 and on transition b is 3
On state +4 the transition on a is 4 and on transition b is 3
this program is related to some thoery of automata but i am practing i have tried but i cannot do this...I need help of someone can do this to me a favour build a code in c++ for me...