Forwarded from COGNIZANT EXAM HELP GROUP
Meesho Help available✔️ 💯
Mac - Remote access
Windows - only pics sharing
@Mrtrueliving_ix for test clearance
Previous helping
https://t.me/code_alphix/5901
Plagfree coding
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
Capital one help done✔️ 🎉
Test accomplished ❤️ || 1200
All 4/ 4 codes done with plagfree
@Mrtrueliving_ix for test clearance 💯
#CapitalOne #Offcampus #Ase
Please open Telegram to view this post
VIEW IN TELEGRAM
Meesho test pattern....
15 Objectives
2 Programming Questions
Duration: 1 hr 30 mins
MEESHO SCRIPTEDBYHER
@Mrtrueliving_ix for test clearance 💯
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
#include <iostream>
#include <vector>
#include <queue>
#include <cmath>
using namespace std;
bool is_perfect_square(long long n) {
long long sqrt_n = static_cast<long long>(std::sqrt(static_cast<double>(n)));
return sqrt_n * sqrt_n == n;
}
int solve(int n, vector<int>& val, vector<vector<int>>& edge) {
vector<vector<int>> adj_list(n);
for (const auto& e : edge) {
adj_list[e[0]].push_back(e[1]);
adj_list[e[1]].push_back(e[0]);
}
vector<int> parent(n, -1);
queue<int> q;
q.push(0);
vector<bool> visited(n, false);
visited[0] = true;
while (!q.empty()) {
int node = q.front();
q.pop();
for (int neighbor : adj_list[node]) {
if (!visited[neighbor]) {
parent[neighbor] = node;
q.push(neighbor);
visited[neighbor] = true;
}
}
}
int total_sum = 0;
for (int v = 0; v < n; v++) {
int t_v = 0;
if (is_perfect_square(2LL * val[v])) {
t_v++;
}
int current = v;
while (parent[current] != -1) {
int ancestor = parent[current];
long long sum = static_cast<long long>(val[v]) + val[ancestor];
if (is_perfect_square(sum)) {
t_v++;
}
current = ancestor;
}
total_sum += t_v;
}
return total_sum;
}
Write accordingly required complier✔️
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
Capital one help done✔️ 🎉
Test accomplished ❤️ || 1200
All 4/ 4 codes done with plagfree
@Mrtrueliving_ix for test clearance 💯
#CapitalOne #Offcampus #ASE
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
All placement help available...🎉 💯
On // off campus placement
DM @Mrtrueliving_ix for test clearance...
Those who need
@Mrtrueliving_ix @Mrtrueliving_ix
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
https://docs.google.com/forms/d/e/1FAIpQLSe8lYU0N8DHPR-aMEhSMdz7SLKXMIIKYQvZ9sTxW6JYfjxYtg/viewform
Batch : 2023 24 25
Apply asap
Batch : 2023 24 25
Apply asap
UBS QA adavance Help ✅.....
@Mrtrueliving_ix for test clearance
#Ubs #Offcampus #QA
Test accomplished ❤️
#All placement help available🔸
Please open Telegram to view this post
VIEW IN TELEGRAM
UBS QA adavance Help ✅.....
@Mrtrueliving_ix for test clearance
#Ubs #Offcampus #QA
Test accomplished ❤️
#All placement help available🔸
Please open Telegram to view this post
VIEW IN TELEGRAM
Capital one help done✔️ 🎉
Test accomplished ❤️ || 1200
All 4/ 4 codes done with plagfree
@Mrtrueliving_ix for test clearance 💯
#CapitalOne #Offcampus #Associate
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM