LeetCode 1335. Minimum Difficulty of a Job Schedule

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

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

  • @rohangaur524
    @rohangaur524 2 ปีที่แล้ว

    work fine with python. But shows TLE if run in C++

    • @SaifulIslam-fk7tp
      @SaifulIslam-fk7tp 2 ปีที่แล้ว

      You should add memoization to stop repeating for the similar scenario those have already checked.