572. Subtree of Another Tree - Problem Solving بالعربي

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

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

  • @MohamedEltiganiElnour
    @MohamedEltiganiElnour 18 วันที่ผ่านมา

    الله يعطيك العافية ويجزبكم كل الخير

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

    Another approach could be as follow
    1. store the InOrder Big Tree in string
    2. store the InOrder Small Tree in string
    3. findOut if the small string is substring of the bigone
    Am I right ??