C. Good Prefixes || Codeforces Round 952 (Div. 4) || Codeforces solution

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

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

  • @PriestCoder
    @PriestCoder 3 หลายเดือนก่อน

    Bro In this question I have been trying , to create subarrays from array and find largest element in subarray and check it with the sum of remaining elements excluding the largest element will it can be done with this approach

    • @AmanSirmaur
      @AmanSirmaur  3 หลายเดือนก่อน

      Actually, this is what I have done. Check the code. Only the approach is optimized.

  • @Mohamed_Amine_Bennacef
    @Mohamed_Amine_Bennacef 5 หลายเดือนก่อน

    the topic for the problem is greedy how this solution uses greedy ?

    • @AmanSirmaur
      @AmanSirmaur  4 หลายเดือนก่อน +1

      Greedy means after observing problem statement and given test cases, if you come up with an algorithm or something then, it can be said as greedy algorithm.