Get Mystery Box with random crypto!

Offcampus update (official)

Logo of telegram channel offcampusupdate4 — Offcampus update (official) O
Logo of telegram channel offcampusupdate4 — Offcampus update (official)
Channel address: @offcampusupdate4
Categories: Technologies
Language: English
Subscribers: 1.39K

Ratings & Reviews

1.67

3 reviews

Reviews can be left only by registered users. All reviews are moderated by admins.

5 stars

0

4 stars

0

3 stars

1

2 stars

0

1 stars

2


The latest Messages 3

2021-07-08 05:34:41 Cognizant ZenC Pattern:-

Apti:- 25 questions in 35 min
Res:- 24 questions in 35 min
Ver: 25 questions in 25 min

Join @offcampusupdate4 for solution.
243 views02:34
Open / Comment
2021-07-08 05:28:05 Please share the timing of your Cognizant Zenc exam @offcampusupdate4
259 views02:28
Open / Comment
2021-07-05 07:24:09 Is anyone here who has recently joined tech mahindra 3 months internship?

@offcampusupdate4
683 views04:24
Open / Comment
2021-07-01 11:54:18 Is anyone here who has to join tech mahindra tomorrow for the 3 months internship?

@offcampusupdate4
1.3K views08:54
Open / Comment
2021-06-28 08:03:18
Vowel recognition code for BITWISE exam

@offcampusupdate4
753 views05:03
Open / Comment
2021-06-28 06:49:37 Please share the timing of your Bitwise exam @offcampusupdate4
812 views03:49
Open / Comment
2021-06-28 06:45:33 Alice and the candies

int findSolution(vector &ratings)
{
int size = ratings.size();
if(size==0)
return 0;

vector leftToRight(size);
vector rightToLeft(size);
int sum;

leftToRight[0] = 1;
for(int i=1;i {
if(ratings[i]>ratings[i-1])
leftToRight[i] = leftToRight[i-1]+1;

else
leftToRight[i] = 1;
}

sum=leftToRight[size-1];
rightToLeft[size-1] = 1;

for(int i=size-2;i>=0;i--)
{
if(ratings[i]>ratings[i+1])
rightToLeft[i] = rightToLeft[i+1]+1;

else
rightToLeft[i] = 1;

sum+=(leftToRight[i]>rightToLeft[i]?leftToRight[i]:rightToLeft[i]);
}

return sum;
}

Language:- Python 3

Exam:- BITWISE

JOIN and share with your friends @offcampusupdate4 for all other solution
877 views03:45
Open / Comment
2021-06-26 05:12:35 In HCL after clearing the online and interview, you have to pay an amount of more than 1,50,000 for getting classroom training.

And if you clear this training you will get chance to work in HCL.

@offcampusupdate4
1.8K views02:12
Open / Comment
2021-06-24 09:18:51
Vowel Recognition Code

BLUJAY solution

Join @offcampusupdate4 for more
330 views06:18
Open / Comment
2021-06-24 08:44:33
Magic Number Code

Language:- C++

Blujay solutions

Join @offcampusupdate4 for more
602 views05:44
Open / Comment