Codeforces|Leetcode|Codechef free solutions
Open in Telegram
Free codeforces, Codechef, Leetcode solutions are available 😍😍😍😍😍😍 Helped More than 200+ students to crack coding round in 2022 and helped placed them in Good companies. 🥳🥳🥳🤩🤩🤩 Dm @Cpsoln if you want help in coding round.
Show more4 317
Subscribers
No data24 hours
-137 days
-5230 days
Posts Archive
Company name: Barclays
Role : Software Development Engineer in Test
Salary - 25 LPA
Due - 5 July
Batch - 2022,2023,2024
Location- Pune, Maharashtra
Link : https://shorturl.at/ahvL5
For tomorrow Salesforce Oa slots available
Dm @Cpsoln
Do you want details of more company openings in this channel?
📌📌📌📌📌📌📌📌📌
L&T Bulk Hiring 🔥🔥🔥🔥
Company name: L&T
Role : Software Developer
Salary - 8 LPA
Due -5 july
Link : https://shorturl.at/hwMOU
If you want to earn daily 300-400 by investing 2000rs only then Dm @Cpsoln
If anyone wants to book for tata crucible exam
Lost cost
Dm @Cpsoln
Guaranteed round clearance
https://forms.gle/C5KUXY6Sw9bUhzGs5
📌📌📌📌📌📌📌📌📌📌📌
If you want help in coding round of any company just fill this form and our team will contact you soon.
If you have coding round then only fill this form
class Solution {
public:
bool isPrime(int num) {
if (num < 2)
return false;
for (int i = 2; i * i <= num; i++) {
if (num % i == 0)
return false;
}
return true;
}
vector> findPrimePairs(int n) {
vector> primePairs;
for (int x = 2; x <= n / 2; x++) {
int y = n - x;
if (isPrime(x) && isPrime(y)) {
primePairs.push_back({x, y});
}
}
return primePairs;
}
};
Repost from Codeforces|Leetcode|Codechef free solutions
https://forms.gle/C5KUXY6Sw9bUhzGs5
📌📌📌📌📌📌📌📌📌📌📌
If you want help in coding round of any company just fill this form and our team will contact you soon.
If you have coding round then only fill this form
After 4.5k subscribers I will upload D
Share the channel guys🔥🔥
#include <deque>
#include <vector>
class Solution {
public:
int continuousSubarrays(std::vector<int>& nums) {
std::deque<int> maxQ;
std::deque<int> minQ;
int left = 0;
int res = 0;
for (int right = 0; right < nums.size(); right++) {
while (!maxQ.empty() && nums[maxQ.back()] < nums[right]) {
maxQ.pop_back();
}
maxQ.push_back(right);
while (!minQ.empty() && nums[minQ.back()] > nums[right]) {
minQ.pop_back();
}
minQ.push_back(right);
while (nums[maxQ.front()] - nums[minQ.front()] > 2) {
if (maxQ.front() < minQ.front()) {
left = maxQ.front() + 1;
maxQ.pop_front();
} else {
left = minQ.front() + 1;
minQ.pop_front();
}
}
res += right - left + 1;
}
return res;
}
};
Company : Amazon
Role : Quality Assurance Engineer
Salary : 12-18 LPA
Location : Bangalore
Due : 3 july
Link:https://cuvette.tech/app/other-jobs/649bef7027379107cd7e090c?referralCode=Q2WSDF
Apply fast guys Very good opportunity🔥🔥🔥🔥
https://forms.gle/C5KUXY6Sw9bUhzGs5
📌📌📌📌📌📌📌📌📌📌📌
If you want help in coding round of any company just fill this form and our team will contact you soon.
If you have coding round then only fill this form
If you want to book slots for tally solutions on 7th july then Dm @Cpsoln
Repost from Codeforces|Leetcode|Codechef free solutions
https://forms.gle/C5KUXY6Sw9bUhzGs5
📌📌📌📌📌📌📌📌📌📌📌
If you want help in coding round of any company just fill this form and our team will contact you soon.
If you have coding round then only fill this form
Repost from Codeforces|Leetcode|Codechef free solutions
Since your placement and intern session is coming 🤓🤓
So don't miss any opportunity in this recession😇😇😇😇
📌📌📌📌📌📌📌📌📌📌📌📌
No scam No fraud because we are not like other telegram channels.
If you want help in coding round of any company then Dm @Cpsoln and book your slot ✅✅✅✅
https://forms.gle/C5KUXY6Sw9bUhzGs5
📌📌📌📌📌📌📌📌📌📌📌
If you want help in coding round of any company just fill this form and our team will contact you soon.
If you have coding round then only fill this form
