| ||||||
| 5/16 |
| 2004/3/29-30 [Computer/Theory] UID:12909 Activity:kinda low 60%like:29886 |
3/29 What's the typical way to represent a DFA (or any other FSM) in text?
\_ +-------+ +-----+
| start |---------0------> | end |
+-------+ +-----+
\_ state transition table... |