Discussion:
A6P5
(too old to reply)
Tan Nguyen
2004-07-28 19:40:33 UTC
Permalink
Can we assume that the transition and accepting lists will have some
order to them? Or would you be testing something like
'((1 #\a 0) (0 #\b 1)) '(1 0) '(#\b #\a)? Thanks

TAN NGUYEN
Stephen Tse
2004-07-29 01:18:55 UTC
Permalink
You shouldn't need to assume that there is a specific order to the
transitions. When you search for valid transitions, just start at the
beginning of list. When you find a successful transition, just start at
the beginning again when you move to the new state.

Stephen Tse
Post by Tan Nguyen
Can we assume that the transition and accepting lists will have some
order to them? Or would you be testing something like
'((1 #\a 0) (0 #\b 1)) '(1 0) '(#\b #\a)? Thanks
TAN NGUYEN
Loading...