Discrete Math - 5.4.1 Recursive Algorithms

แชร์
ฝัง
  • เผยแพร่เมื่อ 7 ม.ค. 2025

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

  • @r1aja1n
    @r1aja1n 14 วันที่ผ่านมา

    Thank you so much for making this series, I really appreciate learning from you!!

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

    Thank you so much! Hope you're staying safe amidst everything going on.

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

    Thank you so much, you're lifesaver!! continue doing what you're doing!!

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

      Thanks, will do!

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

    Thank you so much for your helpful videos. They have are great.

  • @positiveanion
    @positiveanion 2 หลายเดือนก่อน

    watching it from India. in my university we are also taught with Kenneth Rosen's book.

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

    Thankyou so much for your help....i wish i had seen this before my cat paper but since i now have it am gonna ace that final exam paper

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

    When you first introduced recursive algorithms you put gcd(14,20) then after you put gcd(14,6) which didn't make sense at first because I thought the 6 would go before the 14 but then the next slide showed you doing the way I was thinking so maybe you wrote it wrong in the beginning.

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

    Hey! Shouldn't there be a loop to keep looping through a,b unttil a=0? In my understanding, the if statement doesn't loop. Thanks for the great videos btw!

    • @omerkorock7269
      @omerkorock7269 วันที่ผ่านมา

      If you use a loop, this means you are solving iteratively. We are calling our original function back to calculate recursively.

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

    thank you