LeetCode 94. Binary Tree Inorder Traversal ITERATIVELY - Interview Prep Ep 75

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

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

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

    Not many coding question content creators explain the concepts and solution so detailed like Steve does, appreciate that he takes his time to reiterate the "call stack" rather than saying "okay just repeat this for another n times and let's submit the code".

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

    Left! Node! Right! Left! Node! Right!
    Thank you so much)

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

    Great explanation of trees! This is a structure I was having a hard time understanding and this video helped me actually understand!

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

      Glad it was helpful!

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

    Thank you for the detailed explanation!

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

    Very great content, this channel is one of a few youtube channels that explains the problems and solutions well in conjunction with clear and understandable visualizations.

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

    Simple and clear. That's a great job man, keep doing it!

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

    I have not seen this kind of detailed explanation before

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

    Thank you so much for walking us through iterative solutions! Most resources only cover a recursive strategy: your videos are so detailed and helpful!

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

      Glad it was helpful!

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

    Excellent explanation thanks

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

    The best explanation i found. Thank you!

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

      Glad it was helpful!

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

    OMG THANK YOU YOU HELPED ME A LOT!🥰🥰

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

    really great explanation

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

      Glad it was helpful!

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

    this is honestly so helpful and easy to understand! Your video is great

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

      Glad it was helpful!

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

    I think this is the only video explains how the Inorder Traversal works and why it works like this. Other videos just do as the code but do not explain why.

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

      Glad you found it helpful!

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

    best video perfect explanantion for approach

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

    beautiful video, thanks

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

    Love it, man! You've earned a new subscriber for keeping the videos short, explaining things well, and walking through code while typing it. Incredible. You may not have many subscribers now, but I'm sure you'll eventually get traction!

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

      Thanks for the sub and encouragement! Glad it helped! :)

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

    Very clear, thank you

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

      Glad it was helpful!

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

    Best solution! #1!

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

    Clear and great explanation, smooth logic! Thank you!

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

      Glad it was helpful!

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

    十分感谢❤❤❤

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

    Great explanation!

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

      Glad it was helpful! Thanks!

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

    clearest explanation, Thank u.

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

      Glad it was helpful!

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

    Thank you very much for your video, please keep doing it!!

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

    Thank you so much

  • @user-su4wc3wi9v
    @user-su4wc3wi9v 4 ปีที่แล้ว +1

    Good explanation to help me understand the solution. Thanks!

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

    Clear explanation, thank you.

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

      Glad it was helpful!

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

    Beautiful explanation ❤️

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

    Nice video!
    I don't know if you have ever considered this, but you might want to have a brighter light illuminating you for the pictures of you that you use in your thumbnails, as that might attract more clicks on your videos! (At least that's what I see most other TH-camrs doing)
    Cheers

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

      That's a great idea! Thanks!

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

    Wooow Thank you so much

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

    gently touched the like button so u can start uploading again :(

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

    What would the input array look like for the example you provided? (1, 2, 3, 4, null, 5, null, null, 6, null, null)? This would be reading left to right, row by row until you run out of parent nodes. Is there a set of rules that dictates how the root of a binary tree should look?

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

    Good explaination, thank you!

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

      Glad you enjoyed it!

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

    thnx,basic and helpful

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

    Thank you

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

    Great work!!!!!!!

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

    good explanation

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

    谢了

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

    nice sir

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

    I think at @2:00 you meant (LIFO) not (FIFO) as queue is FIFO.

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

    👌👌👌👌