Count Complete Tree Nodes | Leetcode 222 | Live coding session 🔥🔥🔥

แชร์
ฝัง
  • เผยแพร่เมื่อ 6 ม.ค. 2025

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

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

    With Trees recursion is the one to think most of the times. Thanks for the approach :)

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

    nice explanation! please don't stop this series...this is very helpful👏👏

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

    Very good explanation always height of the complete binary tree is logn

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

    i was missing left==null check while returning..Thanks brother.

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

    The solution link in description is for previous problem