Balanced Binary Tree - Leetcode 110 - Trees (Python)

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

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

  • @GregHogg
    @GregHogg  3 หลายเดือนก่อน

    Master Data Structures & Algorithms For FREE at AlgoMap.io!

  • @myko_chxn
    @myko_chxn 5 หลายเดือนก่อน +3

    I learned Diameter of Binary Tree - Leetcode 543 - Binary Trees (Python) from your video and was instantly able to solve this problem! I found defining the global variable like this way more intuitive than other solutions I've found. Thank you so much!

  • @saleheen1
    @saleheen1 9 วันที่ผ่านมา

    Thanks Greg.
    Because, I really understand your videos.
    I could solve it easily because I watched your other video where we have to get the max height

  • @Mahi4.t
    @Mahi4.t 6 หลายเดือนก่อน +5

    Clean code and great explanation Thanks Greg!

    • @GregHogg
      @GregHogg  6 หลายเดือนก่อน +2

      Thank you! Glad to hear it :)

  • @ipsitadas3031
    @ipsitadas3031 3 หลายเดือนก่อน

    concise and great explanation thanks Greg!

  • @asma8622
    @asma8622 3 หลายเดือนก่อน

    thank you ❤

  • @ColeHartman1
    @ColeHartman1 3 หลายเดือนก่อน +2

    Would prefer if you briefly summarized why we use a list instead of having me go to another video 😅.

    • @jonu.1504
      @jonu.1504 2 หลายเดือนก่อน

      he should reply why List? why not just a variable. :) :)