allcoding1_official
106K subscribers
765 photos
2 videos
70 files
755 links
Download Telegram
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
โค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
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
โค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ยป
A) B
โค1
Data drift
4/9
Recall
X=2
โค1
3/8
K-1
โค1
12.25
Positive
Binary encoding
F1 score
โค2
High - dimensional data
High training error and high test error