Fibonacci: Time Complexity | Solved Problems | GateAppliedcourse

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

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

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

    Finally an explanation I understand, loved the visual representation by drawing the tree. Super clear.

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

      Glad it was helpful!

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

      @@GATEAppliedCourse in the last, it should be 2^(n-2) *c
      Because when in the leftmost node,
      n-1 c
      n-2 2^(2-1) *c
      n-3 2^(3-1) *c
      .... ....
      n-(n-1) 2^(n-1-1) or we can say that
      1 2^(n-2)

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

    Very good video. Fibonacci would be proud.

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

    Fabonacci : F(1) = 1 and F(2) = 2 and F(n) = F(n-1) + F(n-2) n takes value {1....n}

  • @SZ-jw9my
    @SZ-jw9my 4 ปีที่แล้ว +3

    Awesome video, thanks!

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

    Good explanation. Thanks a lot.

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

    Nice description! So helpful! Great work!!!!

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

    AMAZING VIDEOS

  • @Nobody-ou3ei
    @Nobody-ou3ei ปีที่แล้ว

    Do you have asymptotic analysis for Iterative function

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

    very nice explanation!

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

    thank you..was searching this for so longg

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

    Thank you for the great explanation sir

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

    Love it! I always need that visual component, like the tree, to understand things. Thanks!

  • @nithesh.areddy507
    @nithesh.areddy507 8 หลายเดือนก่อน

    Can someone explain how 2n-1 came?? Plz

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

    Is it non recurrsive algorithm

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

      No it’s recursive algorithm

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

    Amazingggggggggggggggggggggggggggggggggggggggggggg

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

    Supppppppeerrrrrrrbbbbbbbb....:D

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

    Instead of this if you took any value and explained, it will be more understandable for us..

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

    Why 2^n-1

    • @AbhishekGupta-vs4du
      @AbhishekGupta-vs4du 3 ปีที่แล้ว

      refer geometric series

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

      @@AbhishekGupta-vs4du @GATE Applied Course in the last, it should be 2^(n-2) *c
      Because when in the leftmost node,
      n-1 c
      n-2 2^(2-1) *c
      n-3 2^(3-1) *c
      .... ....
      n-(n-1) 2^(n-1-1) or we can say that
      1 2^(n-2)

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

    explanation is 10/10 minus the accent xD