Open ghost opened 5 years ago
I want to check if there is a goto transition between state s and state t for some input character a.
s
t
a
Also if there is a failure transition from some state s to state t.
I want to check if there is a goto transition between state
s
and statet
for some input charactera
.Also if there is a failure transition from some state
s
to statet
.