Minimum Rounds to Complete All Tasks | LeetCode 2244 | Theory + Python code

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

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

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

    Nice thanks for the solution

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

    🎉🎉

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

    Hi Sai Anish Mall, can you post Python interview questions for preparation all in 1 video, Thx

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

    if val == 1: return -1
    else: val = ceil(val/3)
    This will cover the cases of 3k + 1 and 3k + 2