State machine design
From CSSEMediaWiki
(Difference between revisions)
(Added solution to state machine design) |
m |
||
Line 5: | Line 5: | ||
== Solution == | == Solution == | ||
− | [[Image:StateMachine]] | + | [[Image:StateMachine.png]] |
Revision as of 03:26, 13 August 2009
Finite State Machine
1. Design a simple finite state machine.
2. Extend the design to allow deterministic or non-deterministic variants.