Day 233: LeetCode Problem 112. Path Sum - Swift

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

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

  • @iOSxBank
    @iOSxBank  5 วันที่ผ่านมา

    🏦🏦

  • @daman823
    @daman823 4 วันที่ผ่านมา +1

    Is this a backtracking problem?

    • @iOSxBank
      @iOSxBank  4 วันที่ผ่านมา

      @@daman823 this solution uses Depth First Search and recursion how ever no back tracking

    • @iOSxBank
      @iOSxBank  4 วันที่ผ่านมา

      @@daman823 it would become a backtracking problem if it involved finding all possible root to leaf paths that equal target sum instead of just determining the existence of one

    • @daman823
      @daman823 4 วันที่ผ่านมา +1

      @@iOSxBank ohh! got it 👍... keep it up buddy..

    • @iOSxBank
      @iOSxBank  4 วันที่ผ่านมา

      @ thanks 🙏🏾 🙏🏾