How do we formally define a DFA?

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

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

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

    Next video: Office Hours #13: ruclips.net/video/lTIQnD_gNS4/видео.html

  • @benmontgomery1111
    @benmontgomery1111 10 месяцев назад

    reviewing for compilers! Anyone here from Dalio's class? Lol! Great video. You helped me so much in theoretical CS so I knew where to go for review.

  • @bigbro_songz
    @bigbro_songz 3 года назад +1

    It really is... Easy Theory. Thanks you and keep up the good work. Excellent video and explanations 👏👏👏

  • @lukeperry566
    @lukeperry566 7 месяцев назад

    Thanks this helped a lot

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

    Thanks for fixing the audio!

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

      Steven Xu you're welcome!

  • @64standardtrickyness
    @64standardtrickyness 3 года назад

    At the beginning what do you mean by accept state? there are 4 which ones are accept?

  • @lowerbound4803
    @lowerbound4803 2 года назад

    How do we handle the input that is not in the transition function? What is that called? For example, say, 3 as the input string.

    • @EasyTheory
      @EasyTheory  2 года назад

      Good question. We usually say the machine auto rejects because the "type" of input is wrong. The machine usually just operates under a certain alphabet and only takes inputs adhering to that.

    • @lowerbound4803
      @lowerbound4803 2 года назад

      @@EasyTheory Clear. Thank you for the clarification.

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

    Thanks

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

    Is it correct to say that the transition function is the cartesian product between the set of states Q and language Σ mapped to Q?

    • @EasyTheory
      @EasyTheory  3 года назад +2

      That's exactly what it is! Except that "mapped" can mean many different things.

  • @tinnokkwok8510
    @tinnokkwok8510 Год назад

    Thanks you save my grade

  • @codetrooper9279
    @codetrooper9279 Год назад

    Yo

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

    .

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

    From formal definition to code.