DFA to RE State Elimination Multiple Final and Dead State Example || Lesson 37 || Finite Automata ||

แชร์
ฝัง
  • เผยแพร่เมื่อ 1 พ.ย. 2024

ความคิดเห็น • 19

  • @hardworkleaner
    @hardworkleaner ปีที่แล้ว

    professor you are professional thanks really for everything

  • @thisismeagain86
    @thisismeagain86 2 ปีที่แล้ว

    amazing work , keep it up , it really helped me in understanding this. :)

  • @mohamedwelteir
    @mohamedwelteir ปีที่แล้ว

    How about a regular expression for any string in 0,1 except 11 and 111

  • @KamliHeer-qo9qv
    @KamliHeer-qo9qv 9 หลายเดือนก่อน

    thank u

    • @LearningMonkey
      @LearningMonkey  9 หลายเดือนก่อน +1

      Have a great learning in CSE

  • @tonypepper
    @tonypepper 10 หลายเดือนก่อน +1

    Sir how did epsilon+11* , become 1*

    • @LearningMonkey
      @LearningMonkey  10 หลายเดือนก่อน +2

      Epsilon means nothing
      11* means minimum single one
      This or that means 1*
      1* means nothing or single one
      Two one's etc

    • @tonypepper
      @tonypepper 10 หลายเดือนก่อน

      Thank you sir ❤. Thanks for replying

  • @areejsiddiqui6706
    @areejsiddiqui6706 ปีที่แล้ว

    can the answer for 2nd question be simplified to b*aa*b* ?

  • @sindhukorubilli7502
    @sindhukorubilli7502 2 ปีที่แล้ว

    In the end can aa* also be minimized to a*? just like how bb* was minimized?

    • @LearningMonkey
      @LearningMonkey  2 ปีที่แล้ว +3

      No.
      Epsilon or bb* can be converted to b*.
      aa* is not a*

    • @shihabkhandoker8706
      @shihabkhandoker8706 ปีที่แล้ว +1

      @@LearningMonkey aa* can be written a+ right??

  • @arunsuresh8547
    @arunsuresh8547 6 หลายเดือนก่อน

    5:14 , why shouldn't i write epsilon+aa*b as "a*b" ?

    • @LearningMonkey
      @LearningMonkey  6 หลายเดือนก่อน +1

      a*b means it accept b.
      Which is not possible using aa*b

  • @arunsuresh8547
    @arunsuresh8547 4 หลายเดือนก่อน

    Epsilon+bb* becomes b* then why aa* can't be written as a* .. ? I didn't understand this ..

    • @LearningMonkey
      @LearningMonkey  4 หลายเดือนก่อน +1

      aa* means first one a followed by any number of a's
      This means atleast one a
      So epsilon not there

  • @buzz1386
    @buzz1386 ปีที่แล้ว +2

    11* is different from 1*, why did you write so?

    • @LearningMonkey
      @LearningMonkey  ปีที่แล้ว

      From A to B we need input 1
      B is having 1*
      So finally 11*