Merge Two Binary Trees | Live Coding with Explanation | Leetcode - 617

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

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

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

    Great video, nicely explained, Thanks

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

    Thanks a lot really thanks

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

    The DFS iterative solution should check if the curr[1] ==null before doing curr[0].val+=curr[1].val otherwise we get null pointer exception

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

    Great explanation.
    A suggestion: Make one video using a drawing tablet, not ppt. Check how it goes. Personally, I think it is better than ppt.

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

      Thanks!!
      We will surely try it!! Thank you for the suggestion!! 😊

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

    awesome

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

    Excellent job Aakansha !!

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

    First...😀
    After long time guyz...Awesome.

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

    Nice explanation 👍🔥

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

    hello awesome job, do you also have some courses in order to follow them?

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

      Not right now. We just teach on TH-cam for now

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

    Didi is back 🔥🔥🔥

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

    How is this code working if t1 and t2 are not defined?

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

      they are defined, they are the parameters passed through the function call

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

    underrated video