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

Поделиться
HTML-код
  • Опубликовано: 8 окт 2024

Комментарии • 8

  • @ARYANMITTAL
    @ARYANMITTAL  Год назад +1

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

  • @051_Pooja_Kumari
    @051_Pooja_Kumari 8 месяцев назад

    Great Explaination !!👏👏

  • @loudcapricorn5513
    @loudcapricorn5513 Год назад

    Great solution and explanation

  • @--------------------------2792

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

  • @nptel1punith929
    @nptel1punith929 2 месяца назад

    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

  • @sathyanarayanan6264
    @sathyanarayanan6264 9 месяцев назад

    Greedy is easier, but great explanation!

  • @VikasGupta-ok9lh
    @VikasGupta-ok9lh Год назад

    Nice buddy liked ur video for ur explaination

  • @aaravgautam7263
    @aaravgautam7263 Год назад

    noice approach