nondeterministic finite automata
play

Nondeterministic Finite Automata Nondeterminism gives a machine - PowerPoint PPT Presentation

Nondeterministic Finite Automata Nondeterminism gives a machine multiple options for its moves. Nondeterministic Finite Automata In a nondeterministic finite automaton (NFA), for each state there can be zero, one, two, or more transitions


  1. Nondeterministic Finite Automata Nondeterminism gives a machine multiple options for its moves.

  2. Nondeterministic Finite Automata In a nondeterministic finite automaton (NFA), for each state there can be zero, one, two, or more transitions corresponding to a particular symbol. If NFA gets to state with more than one possible transition corresponding to the input symbol, we say it branches . If NFA gets to a state where there is no valid transition, then that branch dies . Goddard 3a: 2

  3. NFA Acceptance An NFA accepts the input string if there exists some choice of transitions that leads to ending in an accept state. Thus, one accepting branch is enough for the overall NFA to accept, but every branch must reject for the overall NFA to reject. This is a model of computation. We write DFA to specify a deterministic finite automaton (the one defined earlier). If type doesn’t matter, we now just write FA . Goddard 3a: 3

  4. Example What does this NFA accept? B 0 0 0 , 1 A D 0 , 1 1 1 C Goddard 3a: 4

  5. Example: Doubles What does this NFA accept? B 0 0 0 , 1 A D 0 , 1 1 1 C It accepts any binary string that contains 00 or 11 as a substring. Goddard 3a: 5

  6. Example: Ending of Strings An NFA that accepts all binary strings that end with 101 . Goddard 3a: 6

  7. Example: Ending of Strings An NFA that accepts all binary strings that end with 101 . 0 , 1 1 0 1 A B C D Goddard 3a: 7

  8. Example: Simultaneous Patterns An NFA for a ∗ + ( ab ) ∗ Goddard 3a: 8

  9. Example: Simultaneous Patterns An NFA for a ∗ + ( ab ) ∗ a a a b a Goddard 3a: 9

  10. Nondeterminism as “Guess and Verify” There are many ways to view nondeterminism. One way is the “ guess and verify ” idea: We as- sume the NFA is clairvoyant and always guesses correctly the next state to go to. However, the NFA must “check” its guesses. Goddard 3a: 10

  11. Nondeterminism via Computation Tree We can think of nondeterminism as a tree grow- ing downwards, with the children of a node its possible successors. (The input is accepted ex- actly when at least one of the branches ends in an accept state.) Accept Reject Goddard 3a: 11

  12. More Nondeterminism: ε -transitions We also allow ε -transitions: arrows labeled with the empty string. These allow the NFA to change state without consuming an input symbol. Goddard 3a: 12

  13. Example ε ε 0 A B C D 1 0 , 1 Goddard 3a: 13

  14. Example ε ε 0 A B C D 1 0 , 1 Accepts all binary strings where the last symbol is 0 or that contain only 1 ’s. Goddard 3a: 14

  15. Another Example Here is another NFA for a ∗ + ( ab ) ∗ : a ε b ε a ε Goddard 3a: 15

  16. Formal Definition Formally, an NFA is a 5-tuple ( Q, Σ , q 0 , T, δ ) where as before: • Q is finite set of states; • Σ is alphabet of input symbols; • q 0 is start state; • T is subset of Q giving the accept states; and • δ is the transition function. Now the transition function specifies a set of states rather than a state: it maps Q × Σ to { subsets of Q } . Goddard 3a: 16

  17. Practice Give an NFA for the set of all binary strings that have either the number of 0 ’s odd, or the num- ber of 1 ’s not a multiple of 3 , or both. Goddard 3a: 17

  18. Solution to Practice 0 1 ε 0 1 0 ε 1 1 1 0 0 Goddard 3a: 18

  19. Summary A nondeterministic finite automaton (NFA) can have zero, one, or multiple transitions corre- sponding to a particular symbol. It is defined to accept the input if there exists some choice of transitions that cause the machine to end up in an accept state. Nondeterminism can also be viewed as a tree, or as a “guess-and-verify” concept. You can also have ε -transitions, where the NFA can change state without consuming an input symbol. Goddard 3a: 19

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend