Leetcode Biweekly Contest 98 | 2567: Minimum Score By Changing Two Elements Solution | Newton School

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

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

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

    Subscribe for more such videos
    Code :
    class Solution {
    public:

    int minimizeSum(vector& nums) {
    int n=nums.size(), ans=2000000000, i, j, s1, s2;
    sort(nums.begin(), nums.end());
    int b[n];

    for(i=0; i

  • @t.bmusic8957
    @t.bmusic8957 ปีที่แล้ว +1

    Outstanding Explanation sir.

  • @harsh21012
    @harsh21012 ปีที่แล้ว +2

    Awesome explanation as always