Minimum Operations to Reduce an Integer to 0 || Leetcode-2571 || C++

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

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

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

    Code: leetcode.com/problems/minimum-operations-to-reduce-an-integer-to-0/solutions/3204610/video-solution-greedy-recursion-both-c/

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

    Great solution and explanation

  • @--------------------------2792
    @--------------------------2792 ปีที่แล้ว

    bhiya I am your old subscriber every video you make I understand it fully your clarity and oration skill is what stands out.

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

    Greedy is easier, but great explanation!

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

    U r the best🎉

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

    Great Explaination !!👏👏

  • @VikasGupta-ok9lh
    @VikasGupta-ok9lh ปีที่แล้ว

    Nice buddy liked ur video for ur explaination

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

    bro if we are allowed to add only a power of 2 , how come in recursion example , for 39 you said we need to add 25 to get 64, but 25 is not a power of 2 , please explain this doubt

    • @Anonymous____________A721
      @Anonymous____________A721 2 หลายเดือนก่อน +1

      Yaar
      Add 16
      Add 8
      Add 1
      So 3 operations indirectly for adding 25

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

    noice approach