Techno Blender
Digitally Yours.
Browsing Tag

Nonconsecutive

Maximizing sum of non-consecutive elements in Matrix

#include <bits/stdc++.h>using namespace std;  int maximumPointsUtil(int index, int dp,                      vector<vector<int> >& points){    if (dp != -1)        return dp;    int row = index / 3;    int col = index % 3;    if (col == 0) {        dp            = points              + max(                    maximumPointsUtil(index + 4, dp, points),                    maximumPointsUtil(index + 5, dp, points));        return dp;    }    else if (col == 1) {        dp            = points              +…

SZA’s ‘SOS’ Spends 10th Nonconsecutive Week Atop Billboard 200

SZA continued her chart reign as SOS remained at No. 1 on the Billboard 200 for the 10th non-consecutive week, Billboard reports.The “Kill Bill” singer entered an exclusive club, whose most recent member is Bad Bunny after Un Verano Sin Ti  spent 13 weeks atop the chart. Prior to SZA, Adele was the last female to top the chart for 10 weeks with her highly acclaimed album, 25. Earlier this month, SZA was named Billboard’s Woman Of The Year, and spoke about her chart dominance. “Right now, I just have extreme gratitude…