DekkersAndPetersonsAlgoithms

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

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

  • @dp-mason
    @dp-mason 5 ปีที่แล้ว +5

    It's people like you that make it possible for me to pass my exams without a tutor. Thank you so much.

  • @AntMixFilms
    @AntMixFilms 5 ปีที่แล้ว +65

    Finally, an explanation from a person that doesn't have an indian accent.

    • @Nayyrda
      @Nayyrda 5 ปีที่แล้ว +12

      same, literally 9 out of 10 videos that I play related to computer science are indians. Not to be racist or anything, but I just can't take that accent...

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

      lol

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

      @@Nayyrda pro tip: if a video begins with an indian saying "hello friends" get ready for a really bad accent

  • @bharatlondhe9995
    @bharatlondhe9995 3 วันที่ผ่านมา

    Thanks to sir, I was able to differentiate between dekker and petersons algorithm

  • @rasimeekici7415
    @rasimeekici7415 6 ปีที่แล้ว +1

    Walter we completely understood the subject thanks to you ! Thank you so much ! 👑

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

    how can you enter in the critical section if it is false in the case of peterson soution

  • @ebrar1613
    @ebrar1613 6 ปีที่แล้ว +2

    finally found an understandable and clear explanation. Thank you. Saved my day!

  • @viridianite
    @viridianite ปีที่แล้ว

    Thanks, Walter! This is a great explanation and I really liked how you walk us through the code with examples.
    Question: I'm looking at Peterson's algorithm on Wikipedia, and the implementation there uses an ol' while loop, while yours uses a do...while loop. Does it make any difference?

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

    Thank you so much! A very clear and good explanation!

  • @hilnsworld762
    @hilnsworld762 ปีที่แล้ว

    Thank you huhu. This lecture helps me a lot

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

    do we have to hold the process always in a spinlock? Because we may have two critical sections (two different shared resources) so instead of spinlock the process he can check if he can enter the second critical section and mind his own business there.

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

      I'm just a cs major taking operating systems but here is a possible solution I thought of. For the second critical section you could run it on a different thread that way if the first is spinlocking the second one will be able to run.

  • @kewtomrao
    @kewtomrao 3 ปีที่แล้ว +1

    Beautiful explanation. All the Indian accent explanation really were not up to the mark.You're the only guy who really explained the turn = j part really well. Thanks a ton!

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

    Mic sense too low; Very difficult to hear.

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

    Good explanation, many thanks.

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

    Amazing explanation.

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

    Very good, thank you.

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

    thank you very much, I understand it now

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

    you saved my life !!

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

    THANK YOU!

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

    thank you a lot!

  • @mr.roulette7537
    @mr.roulette7537 3 ปีที่แล้ว

    Thanks sir.

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

    Absolute lege..

  • @DravenphilupDoom
    @DravenphilupDoom ปีที่แล้ว

    Thank you. way better explanation then on my java slideshow for my class.