Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

finite-state machine (FSM) #81

Open
ajhsu opened this issue Oct 23, 2018 · 0 comments
Open

finite-state machine (FSM) #81

ajhsu opened this issue Oct 23, 2018 · 0 comments

Comments

@ajhsu
Copy link
Owner

ajhsu commented Oct 23, 2018

Definition

It is an abstract machine that can be in exactly one of a finite number of states at any given time.

https://en.wikipedia.org/wiki/Finite-state_machine

Related Concepts

State transition table

A state transition table is a table showing what state a finite semiautomaton or finite state machine will move to, based on the current state and other inputs. A state table is essentially a truth table in which some of the inputs are the current state, and the outputs include the next state, along with other outputs.

https://en.wikipedia.org/wiki/State_transition_table

State diagram

A state diagram is a type of diagram used in computer science and related fields to describe the behavior of systems.

https://en.wikipedia.org/wiki/State_diagram

Use cases

Implementations

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant