Section outline

  • 1.       Why we need to convert NFA to DFA

    2.       How to convert NFA to DFA

    3.       Sub-set Construction Method

    4.       How to recognize any automata

    5.       How DFA and NFA works

    6.       Difference between dfa and nfa

    7.       How to draw a state diagram from a provided transition table

    • Opened: Wednesday, 9 October 2024, 12:00 AM
      Due: Thursday, 10 October 2024, 12:00 AM

      Convert the following NFA to DFA by using Subset construction Methd: 

      Consider {a,b} as input alphabet.

      1. String starts with ab

      2. String ends with ab

      3. String does contain ab