Spreading Fire
Intuit โ
Intuit โ
int n=sc.nextInt(),i;
int a[]=new int[n];
for(i=0;i<n;i++) a[i]=sc.nextInt();
int dp[]=new int[n];
dp[0]=a[0];
if(n>1)
dp[1]=Math.max(a[0],a[1]);
if(n>2)
dp[2]=Math.max(a[0]+a[2],a[1]);
for( i=3;i<n;i++)
dp[i]=Math.max(a[i]+dp[i-2],dp[i-1]);
System.out.println(dp[n-1]);
Special Sum โ
Intuit
int a[]=new int[n];
for(i=0;i<n;i++) a[i]=sc.nextInt();
int dp[]=new int[n];
dp[0]=a[0];
if(n>1)
dp[1]=Math.max(a[0],a[1]);
if(n>2)
dp[2]=Math.max(a[0]+a[2],a[1]);
for( i=3;i<n;i++)
dp[i]=Math.max(a[i]+dp[i-2],dp[i-1]);
System.out.println(dp[n-1]);
Special Sum โ
Intuit
Tomorrow anyone give OA Morgan Stanley
๐2
Guys, kindly Add this folders -> https://t.me/addlist/wcoDjKedDTBhNzFl
DELLOITE 11 am ANSWERS ๐
We will be posting free DELLOITE answers today , Share my channel to your Frnds those who are writing exam today
We will be posting free DELLOITE answers today , Share my channel to your Frnds those who are writing exam today
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Taiwan International Internship Program (1st May - 31st August)
https://tigp.sinica.edu.tw/pages/3127
https://tigp.sinica.edu.tw/pages/3127
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
๐IMC is hiring for Graduate Software Engineer
Expected Salary: 5-8 LPA
๐Apply here: https://careers.imc.com/us/en/job/4282981101/Graduate-Software-Engineer
Expected Salary: 5-8 LPA
๐Apply here: https://careers.imc.com/us/en/job/4282981101/Graduate-Software-Engineer
๐1
Section 2 Reasoning ๐