Skip to content
#

Automaton

An automaton is a relatively self-operating machine designed to automatically follow a sequence of operations.

The term has long been commonly associated with automated puppets that resemble moving humans or animals, built to impress and/or to entertain people.

Here are 72 public repositories matching this topic...

A basic Implementation of a Deterministic Finite State Automaton (DFA), Non-Deterministic Finite State Automaton (NFA) and Fallback DFA with Actions (FDFA) along with the Left Recursion Elimination algorithm for a Context-Free-Grammar (CFG)

  • Updated Aug 3, 2020
  • Python
Followers
4 followers
Wikipedia
Wikipedia

Related Topics

cellular-automaton finite-state-machine