Recursion Tree - Uneven

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

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

  • @PeterAllen09
    @PeterAllen09 6 ปีที่แล้ว +8

    You gotta show that "logarithmic manipulation".

    • @derek-rogers
      @derek-rogers 6 ปีที่แล้ว +3

      As well as the "This part ends up being linear".

    • @amirwagih4797
      @amirwagih4797 4 วันที่ผ่านมา

      ​@derek-rogers I guess, it's cuz bn*(log_3(n) + 1) + 2^(log_3(n)) < bn*(log_3(n) + 1) + 3^(log^3(n)) =bn*(log_3(n) + 1) + n (from log properties, log_a(a^x) = x) hence it's
      bn*(log_3(n) + 1) + linear. We only care aboht significant terms, hence it's O(n*log_3(n))

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

    Lots of help, thank you!

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

      ragnarok1694, no problem! Thanks for watching!!

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

    Been watching all of your vids for the upcoming test :) Can I ask what log property you used for the end solution?

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

      *****, good question! I was using the Change of Base property in order to get both sides of the inequalities to have the same base. Here's an example:
      n * log_3(n) = n * (log_10(n) / log_10(3)) = (n / log_10(3)) * log_10(n)
      Hope this helps! Thanks for watching!

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

    Solid video, zooce

  • @maxTHEmighty99
    @maxTHEmighty99 7 ปีที่แล้ว +8

    finally English accent!!! p.s ( i still love you indian computer science teachers :P )

  • @o.suzuki8735
    @o.suzuki8735 8 ปีที่แล้ว +2

    That's a really good video, implying I have been watching a lot of vids on Recursion. :D

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

    Good explanation :)

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

    At the end you are not adding the cost of leaves

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

    I don't think both of those summations are linear.

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

      How is 2^(log(3/2)n) linear?

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

    +f(n)

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

    right? right? right? right? so insufferable.