LeetCode 334 | Increasing Triplet Subsequence | Python Solution

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

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

  • @RaghavKumarR
    @RaghavKumarR 3 หลายเดือนก่อน +1

    great vid man I unerstood it so quickly. I want to thank you and keep putting out such amazing content. nice explaination

  • @hari3658
    @hari3658 ปีที่แล้ว

    Can you please explain what is meant by
    left , right= float('inf'), float('inf')
    Thanks in advance.

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

      Assigning left and right variables with infinite values to begin. You can also use math.inf function to do same in Python3.

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

    lot of distrubances