Lecture 24/65: Turing Machine Examples

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

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

  • @yichu1052
    @yichu1052 9 ปีที่แล้ว +3

    The clearst explanation I have ever found! Thank you very much

  • @GautamKabiraj96
    @GautamKabiraj96 8 ปีที่แล้ว +17

    Well explained! Much better than my teacher! Thanks for the video! 😉

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

    You're a wizard, Harry.

  • @mayanksinghyt
    @mayanksinghyt 9 ปีที่แล้ว +13

    thank you Mr. Harry Porter

  • @alibaba-yf8ur
    @alibaba-yf8ur ปีที่แล้ว

    I think the last machine accepts a string of form 0^n1^m if n > m, when it shouldn't

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

    oooh thanks God i tought i will never find someone who`ll give a proper example for this

  • @onieltoledo8019
    @onieltoledo8019 9 ปีที่แล้ว

    This is a really helpful and easy to understand explanation, thanks for the upload!

  • @arubio277
    @arubio277 8 ปีที่แล้ว

    Very well explained. Could you please consider uploading a better quality (HQ or HD) video? Thank you.

  • @basheeral-momani2032
    @basheeral-momani2032 9 ปีที่แล้ว +1

    thank you dr. clear and simple example

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

    The last diagram has a slight bug. _1 is accepted, as a space at start allows it to reach the accept state.

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

      +Tommy Preston A space always indicates the end of the input because the input alphabet does not include blank space.

    • @TVIDS123
      @TVIDS123 8 ปีที่แล้ว

      Ah thank you!

  • @zramdeen
    @zramdeen 3 ปีที่แล้ว

    Thank you.

  • @CocoonBloom
    @CocoonBloom 9 ปีที่แล้ว

    This is what I was looking for! Thank you!

  • @pratb96
    @pratb96 8 ปีที่แล้ว

    Thank you so much Sir this video and all the others as well are brilliant!

  • @aizaimran947
    @aizaimran947 11 หลายเดือนก่อน

    Could you scan your notes that you use for each video and upload them all somewhere? It would be so convenient to review for exams.

  • @antenehyeshiwas3471
    @antenehyeshiwas3471 8 ปีที่แล้ว

    u save my life thank you

  • @Huseynlkin
    @Huseynlkin 9 ปีที่แล้ว

    Thank you for a great tutorial. I have a question, at first example what happens if a blank space comes after 00? Isn't there one more state between B and C?

  • @pleasurengobeni985
    @pleasurengobeni985 9 ปีที่แล้ว

    Thanks this was well explained, been searching for something like this. Do you have something on 2-Stack PDA and also Computable Functions using Unary encoding?

  • @masterdaweb1
    @masterdaweb1 9 ปีที่แล้ว

    Very nice professor, thank ya

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

    It's really a great class, unfortunately it's only available in 240p.

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

      Best part, no thick hindi accent

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

    perfect , it helps me a lot . Thank you

  • @mikkiwhistler7769
    @mikkiwhistler7769 7 ปีที่แล้ว

    can you do a quick demonstration of turing machine solving the element distinctness problem? please? this one I find confusing to read through and understand

  • @Frango26
    @Frango26 9 ปีที่แล้ว

    great explanation =D

  • @troopedd71542
    @troopedd71542 4 ปีที่แล้ว

    very good video! But to me it is much more tedious to represent turing machines with nodes likes this rather that using the transition functions lol

  • @shinobicro
    @shinobicro 9 ปีที่แล้ว

    if language is L=01*O, this means,beacuse of 1* (zero, one of multiple times 1) that we can enter 0>nothing

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

      +shinobicro 0(nothing)0 means input is "00" ... first 0 will take the machine from state A to state B, second 0 will take from state B to state C .. then Null character .. meaning ACCEPT

    • @TheNoisyOyster
      @TheNoisyOyster 9 ปีที่แล้ว

      +Anurag Rai You mean epsilon, not NULL.

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

      Zero is not nothing. Try calling a 1-800 number and leaving out the zeroes because they mean nothing

  • @hasmituchil5214
    @hasmituchil5214 9 ปีที่แล้ว

    Thank you!

  • @justjake536
    @justjake536 8 ปีที่แล้ว

    Thanks for the helpful video! I didn't realize you were a professor now, Harry Porter, I always figured it would be Hermione. :)

  • @affanalim
    @affanalim 6 ปีที่แล้ว

    Sir, it will accept YYYY... = Y* , what do you think?

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

    thanks potta

  • @Ahmed-vd3dd
    @Ahmed-vd3dd 7 ปีที่แล้ว +1

    Thanks man

  • @tareqmohammed24
    @tareqmohammed24 8 ปีที่แล้ว

    Thank you, a lot!!!!!!

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

    I guess I'm too stupid ,not getting a thing,stuck in first example

  • @mycloud3138
    @mycloud3138 9 ปีที่แล้ว

    This machine had one bug and I've fixed it. If you are interested in the complete Java code simulating this machine, you can find it on my Github github.com/MyCloud012/Turing-Machine

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

    Thank you,so much Sir!! very well explained :D

  • @vikashraj2561
    @vikashraj2561 7 ปีที่แล้ว

    sir i want your help for exam plz give email id to send some question plz hepl sir my exam is 7 july 2017 .only 4 numerical probleam plz sir

  • @MccZerk
    @MccZerk 8 ปีที่แล้ว

    Looks like a good video, too bad its 240p