State machine design

From CSSEMediaWiki
(Difference between revisions)
Jump to: navigation, search
(Deleted last year's stuff)
(Added solution to state machine design)
Line 3: Line 3:
  
 
2. Extend the design to allow deterministic or non-deterministic variants.
 
2. Extend the design to allow deterministic or non-deterministic variants.
 +
 +
== Solution ==
 +
[[Image:StateMachine]]

Revision as of 03:25, 13 August 2009

Finite State Machine

1. Design a simple finite state machine.

2. Extend the design to allow deterministic or non-deterministic variants.

Solution

File:StateMachine

Personal tools