L&T is hiring for Graduate Engineer Trainee
Experience: 0 - 2 year's
Apply here: https://app.joinsuperset.com/join/#/signup/student/jobprofiles/dd2482f5-5ddb-496b-97de-63e0c4b379b5
Experience: 0 - 2 year's
Apply here: https://app.joinsuperset.com/join/#/signup/student/jobprofiles/dd2482f5-5ddb-496b-97de-63e0c4b379b5
โค1
#include <bits/stdc++.h>
using namespace std;
int Solution::findRadius(vector<int> &A, vector<int> &B) {
if (B.empty()) return INT_MAX;
sort(B.begin(), B.end());
int radius = 0;
for (int a : A) {
auto it = lower_bound(B.begin(), B.end(), a);
int dist = INT_MAX;
if (it != B.end()) {
dist = min(dist, abs(*it - a));
}
if (it != B.begin()) {
dist = min(dist, abs(*(it - 1) - a));
}
radius = max(radius, dist);
}
return radius;
}
Wifi Router Installation
C++
100% Correct Code
Amazon ML school exam
Telegram:- @allcoding1_official
using namespace std;
int Solution::findRadius(vector<int> &A, vector<int> &B) {
if (B.empty()) return INT_MAX;
sort(B.begin(), B.end());
int radius = 0;
for (int a : A) {
auto it = lower_bound(B.begin(), B.end(), a);
int dist = INT_MAX;
if (it != B.end()) {
dist = min(dist, abs(*it - a));
}
if (it != B.begin()) {
dist = min(dist, abs(*(it - 1) - a));
}
radius = max(radius, dist);
}
return radius;
}
Wifi Router Installation
C++
100% Correct Code
Amazon ML school exam
Telegram:- @allcoding1_official
Amazon Machine Learning Summer School:
Exam Date: 3rd August 2025
Exam Duration: 60 mins
Test format:
Section 1 - MCQ section - 20 questions
Section 2 - DSA type coding section - 2 questions
Answers available ๐๐๐
Telegram channel:- @allcoding1_official
Exam Date: 3rd August 2025
Exam Duration: 60 mins
Test format:
Section 1 - MCQ section - 20 questions
Section 2 - DSA type coding section - 2 questions
Answers available ๐๐๐
Telegram channel:- @allcoding1_official
โค2
allcoding1_official pinned ยซAmazon Machine Learning Summer School: Exam Date: 3rd August 2025 Exam Duration: 60 mins Test format: Section 1 - MCQ section - 20 questions Section 2 - DSA type coding section - 2 questions Answers available ๐๐๐ Telegram channel:- @allcoding1_officialยป