Lecture 1 - Finite State Machines (Part 4/9)

Поділитися
Вставка
  • Опубліковано 7 січ 2025

КОМЕНТАРІ • 14

  • @informativecontent4778
    @informativecontent4778 5 років тому

    the best lectures i could find and actually made sense

  • @Snootwaller
    @Snootwaller 14 років тому +1

    I remember reading that regular expressions have the capacity to be general computation machines. And there I was thinking they were only good for validating email addresses. On the face of it, that statement seems absurd, but this video sheds light on the concept.

  • @hassanhashemi6478
    @hassanhashemi6478 8 років тому +5

    5:48 :D "you gotta use your head when you r doing that"

  • @sspachigar
    @sspachigar 12 років тому

    I was a little confused with what you told for the DFA to find the multiple of 4. I thought that we will always read the tape from left to right. Hence if we get a 1 in the starting then we will just look for atleast 2 zero's suffixing it and then it will accept. I might be wrong too.

  • @alexey777bes77
    @alexey777bes77 13 років тому

    I love this guy,easey explanation for a very uneasey course !!!!!

  • @radsimu
    @radsimu 10 років тому +1

    actually there are algorithms for designing a machine given a set of example sequences which it should accept. they are called state-merging algorithms. They are not perfect, but still, worth mentioning

  • @csokkerzon
    @csokkerzon 11 років тому +1

    No. If you have 11011 and you read 1, then its 110111. The longest suffix of 1101[11] that is equal to an earlier state (representing a prefix) is [11]. Just like he says.

  • @mattmillikennz
    @mattmillikennz 12 років тому

    So are these DFAs or NFAs?

  • @C0TTONM0UTH
    @C0TTONM0UTH 13 років тому

    awesome. I finally understand how to make these now

    • @evano5635
      @evano5635 8 місяців тому

      Same. So so happy

  • @topvideos007
    @topvideos007 8 років тому +1

    There are problems in order of lectures. May be CoderIsland fix this.

  • @alvinjesus100
    @alvinjesus100 7 років тому +1

    Shawn's intellegent...

  • @johnlam900
    @johnlam900 12 років тому

    DFAs

  • @vortex0220
    @vortex0220 12 років тому

    He made a mistake, 11011 should go back to 110. Otherwise it doesn't work the way she showed.