wiki_research

personal research wiki
git clone https://a3nm.net/git/wiki_research/
Log | Files | Refs

automata_one_way (301B)


      1 # Automata one way
      2 
      3 An [automaton] which reads its input [word] in one pass from left to right, by contrast to [two_way_automata]
      4 
      5 - [one_way_word_automaton]
      6   - [NFA]
      7   - [UFA]
      8   - [DFA]
      9 - [one_way_tree_automaton]
     10 
     11 Up: [word_automata]
     12 
     13 Aliases: one way automaton, one way automata, automaton one way