Chomsky Normal Form - what is it?

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

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

  • @baldcoder_
    @baldcoder_ 4 года назад +15

    Just before graduation, I will send this to my professor with the caption:
    "This is how you give an online lecture, damn it!"
    Thanks a lot for this. I subscribed immediately.

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

    The only video that gives the inuition how to perform this rather than just throwing a set of steps . Thanks a lott!

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

    You explain computation theory with a great passion which makes me more interested.

  • @12N0ZERO10
    @12N0ZERO10 Год назад

    that's gonna save many students out there, thanks a lot for the effort

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

    Thank you, this is the best explanation I've seen on the internet yet. Much appreciated!

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

    Seriously, thanks.

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

    Thank you so much, amazing explanation

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

    Thanks for this man! This part of my class was a total enigma before I watched this haha

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

    Thanks for the video!

  • @30benasabu65
    @30benasabu65 Год назад

    sir didn't understand how A->xy, doest change the grammar, at 18:40, like we think if b goes to empty.

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

    Thanks!

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

    I’m doing this in college, and we were taught a different way of handling unit rules; if A > B, then for every rule like B > Xyz, you add A > Xyz, basically skipping over the A > B step. Is this what you were referring to?

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

      This does the same thing, but is more general. My method is your method but applied repeatedly. Although mine may generate more rules though. I'd have to think about it tho.

    • @KnakuanaRka
      @KnakuanaRka 8 месяцев назад

      @@EasyTheoryYeah, I think your version would generate a lot of rules, especially if A appears in a lot of places, although my version duplicates all of B’s rules, so which makes less depends on the comparison of these. The big benefit I see in mine is that it’s simpler to explain how to do (most of the detail being in doing it repeatedly until there are no more unit rules).
      I’ve also seen some other parts done differently; I’ve seen the S -> e fix done by substituting individual A -> e rules instead of precalculating which rules are nullable, and the substitution in the chain-breaking done right to left (so A -> BCD would become A -> BX X -> CD instead of A -> XD X -> BC), though that isn’t all that different.

  • @iJoshawott
    @iJoshawott 24 дня назад

    I LOVE CHOMSKY NORMAL FORM!!!

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

    wow cool!

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

    I'm sure you could have done this video last 10 minutes