Recurrence Relation Iteration Method

แชร์
ฝัง
  • เผยแพร่เมื่อ 2 ม.ค. 2019
  • Solve the following recurrence relation using the iteration method.
    ►Algorithm Analysis Playlist:
    • Algorithm Analysis (Ti...
    ►Big O Limit Videos:
    (1) Solve Big Omega by Limits:
    • Solve Big Omega By Limits
    (2)Solve Big O by Limits:
    • Solve Big-Oh By Limits
    (3) Prove Little-o By Limits:
    • Little o Proof Using L...
    (4) Solve Big Theta By Limits:
    • Solve Big Theta By Limits
    ►Easy Algorithm Analysis Tutorial:
    www.udemy.com/algorithm-analy...
    ►Recurrence Relation Tutorial:
    www.udemy.com/recurrence-rela...
    ►Please Subscribe !
    / @randerson112358
    ►Website: everythingcomputerscience.com/
    ►Support this channel on Patreon: / randerson112358
    ►Discrete Mathematics Workbooks:
    (1) Practice Problems in Mathematics - www.amazon.com/gp/product/013...
    (2)Discrete Mathematics Workbook - www.amazon.com/gp/product/013...

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

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

    best video ever thank you!

  • @Adrian-xl8mr
    @Adrian-xl8mr ปีที่แล้ว

    Thank you!! I finally get it

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

    thank you so much!!!

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

    easy and understandable video ......u got my sub

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

    thank you :)

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

    Do you have any tips on how to determine if you should use a summation or just add the last bits of the equation? For instance,
    𝑇(𝑛) = 4𝑇 (
    𝑛/2) + 𝑛, 𝑇(1) = 1
    The third iteration is eventually
    64𝑇 (
    𝑛/8) + 7𝑛
    So instead of using a summation, the authors just added the 4n, 2n, and 1n. I hope this question makes sense. And thank you so much for the amazing videos!!

    • @janehuang2067
      @janehuang2067 7 หลายเดือนก่อน +3

      master theorem may help

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

    Did not understand anything from the last minute of the video how it become 2*3n-1 ?????

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

      yoo bro , just make the denominator common on both sides (i.e. 2 in this case)

  • @AnandKumar-um1kw
    @AnandKumar-um1kw 4 ปีที่แล้ว +2

    What is the time complexity for this?

    • @prat-man
      @prat-man 4 ปีที่แล้ว +9

      O(3^n) you noob

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

      @@prat-man how do i know that? do i just take the variable related with n in this case?

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

    watched more ads for the Super Bowl

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

    too many ads

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

    thank you :)