Converting an e-NFA straight to a DFA

Поделиться
HTML-код
  • Опубликовано: 3 янв 2025

Комментарии • 22

  • @bilawals22
    @bilawals22 8 лет назад +12

    just a reminder, {1,3} should also be a final state

  • @KieranRamnarine086
    @KieranRamnarine086 8 лет назад +4

    You said union is AND, its actually OR. Just for clarification

  • @biancamarculescu1289
    @biancamarculescu1289 8 лет назад +1

    why does state {2,3} with a go go {1,2,3} and not {2,3}? i mean, from state 2 with a you can go to state 3 but the e-closure of 3 doesn't go to {1,3} but only to 3, right?

  • @gm16180
    @gm16180 7 лет назад +2

    an empty set union set 1 will be equal to set 1, so E(0 u {1}) how come to be equal to {1,3}?

    • @vizvizoooo
      @vizvizoooo 7 лет назад +4

      When you're in state 1, you would be able to go to state 3 with reading the epsilon. so the set should be {1,3}

    • @vizvizoooo
      @vizvizoooo 7 лет назад

      you always need to look for epsilon transition of the states you reach and add those states to your set as well.

    • @brettmccausland880
      @brettmccausland880 7 лет назад

      The reason is we no longer have the state {1} or state {3} instead we now have one state {1,3} and if the original went to either 1 OR 3 it is going to go to this new entirely different state {1,3} that we are creating

  • @mitrasarwari2159
    @mitrasarwari2159 2 месяца назад

    does anyone know why there isn't a state for 1?

  • @wisam105
    @wisam105 8 лет назад +1

    state 3 doesnt have an outward arrow for b transition!!

    • @SambitJena28
      @SambitJena28 8 лет назад +1

      you can make a dead state for the b transition from 3 and you can loop for the dead state.

  • @blueapple3440
    @blueapple3440 8 лет назад +3

    i hav studied this example in "michael sipser" book.when he created DFA at the end , he added an empty state also and made transitions to them . so this thing is making me confuse .can u explain that empty state thing?

    • @barcode628
      @barcode628 7 лет назад

      The automaton in the video is not actually a dfa, seeing as there is no transition for b from state 3. There has to be an empty state there for it to truly be a dfa...

    • @khannreactions3311
      @khannreactions3311 3 года назад

      @blue apple can you tell the name of book by Michael sipser ??

  • @frankwang8611
    @frankwang8611 6 лет назад +1

    Great video!!! Really helps a ton!!!!

  • @Artafact367
    @Artafact367 4 года назад

    thank you you helped me a lot!!!!

  • @Aditditto
    @Aditditto 4 года назад

    thanks a lot

  • @amerragab1912
    @amerragab1912 8 лет назад

    thank you

  • @vicvic553
    @vicvic553 5 лет назад

    I think that you should add a dead state, and try to avoid saying "oops". It's extremly irritating. ;)

  • @AnkitBindal97
    @AnkitBindal97 8 лет назад

    Please try to speak and write a bit faster. It was way too slow for such a simple example.