Regular Expression to NFA

แชร์
ฝัง
  • เผยแพร่เมื่อ 18 ต.ค. 2018
  • A semi quick example of converting a regular expression into a nondeterministic finite automata.

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

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

    This was super helpful, thank you man

  • @MariamingAround
    @MariamingAround 7 หลายเดือนก่อน

    Thanks

  • @Level1Code
    @Level1Code 9 หลายเดือนก่อน

    Shouldn't b have been Yellow, since b for Banana ?

  • @arshadallawi8928
    @arshadallawi8928 5 ปีที่แล้ว

    Could you please solve this question for me:
    a+
    Is it the same as a*?

    • @jocelyngonzalez3575
      @jocelyngonzalez3575 ปีที่แล้ว +4

      no, a+ means one or more a and a* means zero or more a