All placement help available
DM for help @mrtrueliving_ixβ
π― Test Clearance π€ with remote access safe & secure π
DM for help @mrtrueliving_ixβ
π― Test Clearance π€ with remote access safe & secure π
Any kind of OA help available:
0οΈβ£ Oracle
0οΈβ£ Flipkart
0οΈβ£ UBS
0οΈβ£ Infosys-SP
0οΈβ£ Meesho
0οΈβ£ Phone pe
0οΈβ£ UBER
0οΈβ£ Accenture
0οΈβ£ Congizant
0οΈβ£ IBM
0οΈβ£ Mountblue
0οΈβ£ CAPGEMINI
0οΈβ£ Mitsogo
0οΈβ£ Lam research
On / Off campus placement
π― Test Clearance βοΈ
Don't miss the opportunity π
DM for OA:
@Mrtrueliving_ix
@Mrtrueliving_ix
@Mrtrueliving_ix
0οΈβ£ Oracle
0οΈβ£ Flipkart
0οΈβ£ UBS
0οΈβ£ Infosys-SP
0οΈβ£ Meesho
0οΈβ£ Phone pe
0οΈβ£ UBER
0οΈβ£ Accenture
0οΈβ£ Congizant
0οΈβ£ IBM
0οΈβ£ Mountblue
0οΈβ£ CAPGEMINI
0οΈβ£ Mitsogo
0οΈβ£ Lam research
On / Off campus placement
π― Test Clearance βοΈ
Don't miss the opportunity π
DM for OA:
@Mrtrueliving_ix
@Mrtrueliving_ix
@Mrtrueliving_ix
#include <bits/stdc++.h>
using namespace std;
string ltrim(const string &);
string rtrim(const string &);
/*
* Complete the 'minTimeForRobots' function below.
*
* The function is expected to return a LONG_INTEGER.
* The function accepts following parameters:
* 1. INTEGER the_number_of_robots
* 2. INTEGER_ARRAY rack_capacities
*/
#include<bits/stdc++.h>
using ll = long long;
using namespace std;
bool canAllocate(const vector<int>& capacities, ll k, ll maxLoad) {
ll robotCount = 1;
ll currentLoad = 0;
for (int cap : capacities) {
if (cap > maxLoad) return false;
if (currentLoad + cap > maxLoad) {
robotCount++;
currentLoad = cap;
if (robotCount > k) return false;
} else {
currentLoad += cap;
}
}
return true;
}
long long minTimeForRobots(int the_number_of_robots, std::vector<int> rack_capacities) {
ll n = rack_capacities.size();
if (the_number_of_robots == 0) return -1;
if(the_number_of_robots>n)return *max_element(rack_capacities.begin(), rack_capacities.end());
ll low = *max_element(rack_capacities.begin(), rack_capacities.end());
ll high = accumulate(rack_capacities.begin(), rack_capacities.end(), 0l);
ll result = high;
while (low <= high) {
ll mid = low + (high - low) / 2;
if (canAllocate(rack_capacities, the_number_of_robots, mid)) {
result = mid;
high = mid - 1;
} else {
low = mid + 1;
}
}
return result;
}
Accenture ON campus placement β
All MCQ & coding are done β
Round 1 & Round 2 cleared π―
All placement help available
DM FOR OA HELP: @mrtrueliving_ix // @mrtrueliving_ix
#Accenture #ONCAMPUS #RemoteAccess β
All MCQ & coding are done β
Round 1 & Round 2 cleared π―
All placement help available
DM FOR OA HELP: @mrtrueliving_ix // @mrtrueliving_ix
#Accenture #ONCAMPUS #RemoteAccess β
Swiggy help available
@Mrtrueliving_ix β
Last Friday post chesam
https://whatsapp.com/channel/0029VahiS3p2v1IyoS891Y1g/1020
Check your mails β€οΈ
@Mrtrueliving_ix β
Last Friday post chesam
https://whatsapp.com/channel/0029VahiS3p2v1IyoS891Y1g/1020
Check your mails β€οΈ
Swiggy FE ASDE β
Test accomplished β
Coding and react+ CSS β π―
All placement help available
OA HELP: @mrtrueliving_ixπ―
#Swiggy #FE #ASDE #ALL-DONE βΊοΈ
Test accomplished β
Coding and react+ CSS β π―
All placement help available
OA HELP: @mrtrueliving_ixπ―
#Swiggy #FE #ASDE #ALL-DONE βΊοΈ
Placement help available
Epam
Swiggy
Amazon
Accenture on // Off campus
Wipro on campus
Capgemini
Cognizant
Oracle
Rubrik
On // off campus placement π―
Any module test
All π― genuine & remote access
DM FOR OA HELP
-@mrtrueliving_ix
-@mrtrueliving_ix
Epam
Swiggy
Amazon
Accenture on // Off campus
Wipro on campus
Capgemini
Cognizant
Oracle
Rubrik
On // off campus placement π―
Any module test
All π― genuine & remote access
DM FOR OA HELP
-@mrtrueliving_ix
-@mrtrueliving_ix
def num_players(k, scores):
scores.sort(reverse=True)
rank = 1
count = 0
i = 0
while i < len(scores) and rank <= k:
if scores[i] > 0:
count += 1
same_score_count = 1
while i + same_score_count < len(scores) and scores[i] == scores[i + same_score_count]:
same_score_count += 1
rank += same_score_count
i += same_score_count
return count
Swiggy FE ASDE β
Accenture - 8th Nov
10Am, 2pm, 7pm Slots Help Available β
π Contact For Help π
@Mrtrueliving_ix
@Mrtrueliving_ix
π― Test Clearance with remote access
Limited slots are available
DM fast book your slotsβ
10Am, 2pm, 7pm Slots Help Available β
π Contact For Help π
@Mrtrueliving_ix
@Mrtrueliving_ix
π― Test Clearance with remote access
Limited slots are available
DM fast book your slotsβ
Mock test β π―
π₯3